Fonts: ImFontConfig::OversampleH now defaults to 2 instead of 3.

This commit is contained in:
ocornut
2023-07-29 16:22:30 +02:00
parent c87b9fdb15
commit eefc9035f0
4 changed files with 5 additions and 3 deletions

View File

@ -52,6 +52,8 @@ Breaking changes:
Other changes:
- Fonts: ImFontConfig::OversampleH now defaults to 2 instead of 3, since the
quality increase is largely minimal.
- ImDrawData: CmdLists[] array is now an ImVector<> owned by ImDrawData rather
than a pointer to internal state.
- This makes it easier for user to create their own or append to an existing draw data.