constImFontConfig*ConfigData;// 4-8 // in // // Pointer within ContainerAtlas->ConfigData
shortConfigDataCount;// 2 // in // ~ 1 // Number of ImFontConfig involved in creating this font. Bigger than 1 when merging multiple font sources into one ImFont.
ImWcharFallbackChar;// 2 // out // = FFFD/'?' // Character used if a glyph isn't found.
ImWcharEllipsisChar;// 2 // out // = '...' // Character used for ellipsis rendering.
ImWcharDotChar;// 2 // out // = '.' // Character used for ellipsis rendering (if a single '...' character isn't found)
ImWcharEllipsisChar;// 2 // out // = '...'/'.'// Character used for ellipsis rendering.
shortEllipsisCharCount;// 1 // out // 1 or 3
floatEllipsisWidth;// 4 // out // Width
floatEllipsisCharStep;// 4 // out // Step between characters when EllipsisCount > 0
boolDirtyLookupTables;// 1 // out //
floatScale;// 4 // in // = 1.f // Base font scale, multiplied by the per-window font scale which you can adjust with SetWindowFontScale()
floatAscent,Descent;// 4+4 // out // // Ascent: distance from top to bottom of e.g. 'A' [0..FontSize]