Searched defs:ImFontAtlasCustomRect (Results 1 – 1 of 1) sorted by relevance
2596 struct ImFontAtlasCustomRect struct2604 …ImFontAtlasCustomRect() { Width = Height = 0; X = Y = 0xFFFF; GlyphID = 0; GlyphAdvanceX =… in ImFontAtlasCustomRect() argument2605 bool IsPacked() const { return X != 0xFFFF; } in IsPacked()