mirror of
https://github.com/ocornut/imgui.git
synced 2026-02-03 10:34:33 +00:00
Fonts: added RasterizerDensity to ImFontConfig. (#6925)
This commit is contained in:
@@ -2009,6 +2009,7 @@ ImFontConfig::ImFontConfig()
|
||||
OversampleV = 1;
|
||||
GlyphMaxAdvanceX = FLT_MAX;
|
||||
RasterizerMultiply = 1.0f;
|
||||
RasterizerDensity = 1.0f;
|
||||
EllipsisChar = (ImWchar)-1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user