Dalamud/Dalamud/Interface/ImGuiFontChooserDialog
srkizer 2d8b71c647
Add SetFontScaleMode(ImFontPtr, FontScaleMode) (#1666)
* Add SetFontScaleMode(ImFontPtr, FontScaleMode)

`IgnoreGlobalScale` was advertised as "excludes the given font from
global scaling", but the intent I had in mind was "excludes the given
font from being scaled in any manner". As the latter functionality is
needed, obsoleted `IgnoreGlobalScale` and added `SetFontScaleMode`.

* Make it correct

* Name consistency
2024-02-18 15:08:07 +01:00
..
SingleFontChooserDialog.cs Add SetFontScaleMode(ImFontPtr, FontScaleMode) (#1666) 2024-02-18 15:08:07 +01:00