mirror of
https://github.com/Drezil/imgui.git
synced 2024-11-23 04:17:00 +00:00
ImFont: fixed comment (#317)
This commit is contained in:
parent
fc052e24b2
commit
09f659271e
2
imgui.h
2
imgui.h
@ -1242,7 +1242,7 @@ struct ImFont
|
|||||||
// Members: Settings
|
// Members: Settings
|
||||||
float FontSize; // <user set> // Height of characters, set during loading (don't change after loading)
|
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()
|
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()
|
ImWchar FallbackChar; // = '?' // Replacement glyph if one isn't found. Only set via SetFallbackChar()
|
||||||
ImFontConfig* ConfigData; // // Pointer within ImFontAtlas->ConfigData
|
ImFontConfig* ConfigData; // // Pointer within ImFontAtlas->ConfigData
|
||||||
int ConfigDataCount; //
|
int ConfigDataCount; //
|
||||||
|
Loading…
Reference in New Issue
Block a user