Add ImFontConfig::GlyphExtraAdvanceX as a replacement for GlyphExtraSpacing.x (#242)

Partly restore 1a31e31.
This commit is contained in:
ocornut
2025-02-06 12:34:37 +01:00
parent 2d20e13746
commit cfed18afc7
4 changed files with 8 additions and 5 deletions

View File

@@ -41,8 +41,7 @@ HOW TO UPDATE?
Breaking changes:
- Removed ImFontConfig::GlyphExtraSpacing option which seems largely obsolete and
unused. If you were using this please report it! (#242).
- Renamed ImFontConfig::GlyphExtraSpacing.x option to GlyphExtraAdvanceX. (#242)
Other changes: