1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-25 02:24:24 +00:00

Fonts: added RasterizerDensity to ImFontConfig. (#6925)

This commit is contained in:
thedmd 2023-10-14 18:03:56 +02:00 committed by ocornut
parent add915bdc4
commit abfb9269b5
2 changed files with 2 additions and 0 deletions

View file

@ -2009,6 +2009,7 @@ ImFontConfig::ImFontConfig()
OversampleV = 1;
GlyphMaxAdvanceX = FLT_MAX;
RasterizerMultiply = 1.0f;
RasterizerDensity = 1.0f;
EllipsisChar = (ImWchar)-1;
}