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:
parent
add915bdc4
commit
abfb9269b5
2 changed files with 2 additions and 0 deletions
|
|
@ -2009,6 +2009,7 @@ ImFontConfig::ImFontConfig()
|
|||
OversampleV = 1;
|
||||
GlyphMaxAdvanceX = FLT_MAX;
|
||||
RasterizerMultiply = 1.0f;
|
||||
RasterizerDensity = 1.0f;
|
||||
EllipsisChar = (ImWchar)-1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue