Dalamud/Dalamud/Interface/FontIdentifier
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
..
DalamudAssetFontAndFamilyId.cs Implement FontChooserDialog (#1637) 2024-02-13 20:09:46 +00:00
DalamudDefaultFontAndFamilyId.cs Implement FontChooserDialog (#1637) 2024-02-13 20:09:46 +00:00
GameFontAndFamilyId.cs Implement FontChooserDialog (#1637) 2024-02-13 20:09:46 +00:00
IFontFamilyId.cs Implement FontChooserDialog (#1637) 2024-02-13 20:09:46 +00:00
IFontId.cs Implement FontChooserDialog (#1637) 2024-02-13 20:09:46 +00:00
IFontSpec.cs Add SetFontScaleMode(ImFontPtr, FontScaleMode) (#1666) 2024-02-18 15:08:07 +01:00
IObjectWithLocalizableName.cs Implement FontChooserDialog (#1637) 2024-02-13 20:09:46 +00:00
SingleFontSpec.cs Add SetFontScaleMode(ImFontPtr, FontScaleMode) (#1666) 2024-02-18 15:08:07 +01:00
SystemFontFamilyId.cs Implement FontChooserDialog (#1637) 2024-02-13 20:09:46 +00:00
SystemFontId.cs Implement FontChooserDialog (#1637) 2024-02-13 20:09:46 +00:00