mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
(Breaking) Fonts: Removed support for PushFont(NULL) which was a shortcut for "default font".
This commit is contained in:
parent
6e846c56b4
commit
6722d789e9
2 changed files with 6 additions and 2 deletions
|
|
@ -83,6 +83,7 @@ Breaking changes:
|
|||
(not desirable as it requires e.g. all third-party code to be aware of it).
|
||||
- ImFont::FontSize was removed and does not make sense anymore.
|
||||
ImFont::LegacySize is the size passed to AddFont().
|
||||
- Removed support for PushFont(NULL) which was a shortcut for "default font".
|
||||
- Renamed/moved 'io.FontGlobalScale' to 'style.FontScaleMain'.
|
||||
- Fonts: **IMPORTANT** on Font Merging:
|
||||
- When searching for a glyph in multiple merged fonts: font inputs are now scanned in order
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue