ImFont

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

Ascent
float Ascent;
Undocumented in source.
ConfigData
ImFontConfig* ConfigData;
Undocumented in source.
ConfigDataCount
short ConfigDataCount;
Undocumented in source.
ContainerAtlas
ImFontAtlas* ContainerAtlas;
Undocumented in source.
Descent
float Descent;
Undocumented in source.
DirtyLookupTables
bool DirtyLookupTables;
Undocumented in source.
DotChar
ImWchar DotChar;
Undocumented in source.
EllipsisChar
ImWchar EllipsisChar;
Undocumented in source.
FallbackAdvanceX
float FallbackAdvanceX;
Undocumented in source.
FallbackChar
ImWchar FallbackChar;
Undocumented in source.
FallbackGlyph
ImFontGlyph* FallbackGlyph;
Undocumented in source.
FontSize
float FontSize;
Undocumented in source.
Glyphs
ImVector!(ImFontGlyph) Glyphs;
Undocumented in source.
IndexAdvanceX
ImVector!(float) IndexAdvanceX;
Undocumented in source.
IndexLookup
ImVector!(ImWchar) IndexLookup;
Undocumented in source.
MetricsTotalSurface
int MetricsTotalSurface;
Undocumented in source.
Scale
float Scale;
Undocumented in source.
Used4kPagesMap
ImU8[(0xFFFF + 1) / 4096 / 8] Used4kPagesMap;
Undocumented in source.

Meta