|
|
|
@ -1242,7 +1242,7 @@ struct ImFont
|
|
|
|
|
// Members: Settings
|
|
|
|
|
float FontSize; // <user set> // Height of characters, set during loading (don't change after loading)
|
|
|
|
|
float Scale; // = 1.0f // Base font scale, multiplied by the per-window font scale which you can adjust with SetFontScale()
|
|
|
|
|
ImVec2 DisplayOffset; // = (0.0f,0.0f) // Offset font rendering by xx pixels
|
|
|
|
|
ImVec2 DisplayOffset; // = (0.0f,1.0f) // Offset font rendering by xx pixels
|
|
|
|
|
ImWchar FallbackChar; // = '?' // Replacement glyph if one isn't found. Only set via SetFallbackChar()
|
|
|
|
|
ImFontConfig* ConfigData; // // Pointer within ImFontAtlas->ConfigData
|
|
|
|
|
int ConfigDataCount; //
|
|
|
|
|