Searched defs:ImFontAtlas (Results 1 – 2 of 2) sorted by relevance
1985 struct ImFontAtlas struct2008 … { return Fonts.Size > 0 && (TexPixelsAlpha8 != NULL || TexPixelsRGBA32 != NULL); } in IsBuilt()2009 void SetTexID(ImTextureID id) { TexID = id; } in SetTexID()2032 struct CustomRect2057 ImFontAtlasFlags Flags; // Build flags (see ImFontAtlasFlags_) argument2073 … CustomRectIds[1]; // Identifiers of custom texture rectangle used by ImFontAtlas/ImDrawList argument2081 // ImFontAtlas automatically loads a default embedded font for you when you call GetTexDataAsAlpha8… argument
1432 ImFontAtlas::ImFontAtlas() in ImFontAtlas() function in ImFontAtlas