Commit graph

1094 commits

Author SHA1 Message Date
ocornut
df7050c614 WIP - Fonts: changing loader/backend or loader flags may be done without losing custom rects. Sharing more code.
Some checks failed
build / Windows (push) Has been cancelled
build / Linux (push) Has been cancelled
build / MacOS (push) Has been cancelled
build / iOS (push) Has been cancelled
build / Emscripten (push) Has been cancelled
build / Android (push) Has been cancelled
2025-04-03 19:12:02 +02:00
ocornut
4be415f566 WIP - Fonts: tidying up. 2025-04-03 19:12:02 +02:00
ocornut
ecc3bf2988 WIP - Fonts: add optional out parameter to AddCustomRect() 2025-04-02 12:08:39 +02:00
ocornut
f31f39f32e WIP - Fonts: added RemoveCustomRect().
+ internally add ImFontAtlasPackReuseRectEntry()
2025-04-02 12:08:39 +02:00
ocornut
d001a8e93c WIP - Fonts: moved ImFontAtlasRectId back to public API. 2025-04-02 12:08:39 +02:00
ocornut
d32fe2eaee WIP - Fonts: added ImFontAtlasRectId_Invalid == -1 2025-04-02 12:08:39 +02:00
ocornut
e6ebebfc5a WIP - Fonts: (Breaking) rework GetCustomRect() api. Reintroduce ImFontAtlasRect. 2025-04-02 12:08:39 +02:00
ocornut
142f8de163 WIP - Fonts: (Breaking) renamed AddCustomRectRegular() -> AddCustomRect(). 2025-04-02 12:08:39 +02:00
ocornut
eb14a408bf WIP - Fonts: fixed GetCustomRectUV().
Fixing typo. Broken by fe598f7
2025-04-02 12:08:39 +02:00
ocornut
8b65586e9a WIP - Fonts: fixed calling AddFontXXX not invalidating texture for legacy backends. 2025-04-02 12:08:39 +02:00
ocornut
9915038673 WIP - (Breaking) Fonts: PushFont() default to preserve current font size. 2025-04-02 12:08:39 +02:00
ocornut
5071564562 WIP - Fonts: removed size rounding in AddFont() which breaks relative sizing of merged fonts (8502) 2025-04-02 12:08:38 +02:00
ocornut
2f3c2a9a8c WIP - Fonts: fixed legacy backend path preloading all sources sizes erroneously + failing to use ellipsis. 2025-04-02 12:08:38 +02:00
ocornut
650b552be9 WIP - Fonts: detect if backend assign to texture on creation but doesn't update Status.
+ 1 fix
2025-04-02 12:08:38 +02:00
ocornut
9e30d59d3c WIP - Fonts: avoid both ImTextureRef being set simultaneously. 2025-04-02 12:08:38 +02:00
ocornut
e9eb986f65 WIP - Fonts: fixed crashing password fields. 2025-04-02 12:08:38 +02:00
ocornut
0a91619273 WIP - (Breaking) Fonts: renamed CalcCustomRectUV() to GetCustomRectUV() for simplicity. 2025-04-02 12:08:38 +02:00
ocornut
b0e2c71f3e WIP - Fonts: rename ImFontAtlasBuildClearTexture() to ImFontAtlasBuildClear() 2025-04-02 12:08:38 +02:00
ocornut
ad6caff397 WIP - (Breaking) Fonts: rename GetCustomRectByIndex() to GetCustomRect(). Made return struct const. 2025-04-02 12:08:38 +02:00
ocornut
18b88a7891 WIP - Fonts: narrowed invalid value for ImFontAtlasRectId to -1 a we will change implementation. 2025-04-02 12:08:38 +02:00
ocornut
0bb29b821d WIP - Fonts: change uses of ImFontAtlasRect to ImTextureRect for simplicity. 2025-04-02 12:08:38 +02:00
ocornut
6b694dfe96 WIP - Fonts: fixed implicit init when calling AddCustomRectRegular(). LoaderShutdown match BuildDestroy. 2025-04-02 12:08:38 +02:00
ocornut
c98dc05bc3 WIP - Fonts: fixed an issue calling legacy ImFontAtlas::Clear(). 2025-04-02 12:08:38 +02:00
ocornut
8097e63d4b WIP - Fonts: fixed memory leaks, shutting down font loader, and on AddFont() failure in Freetype backend. 2025-04-02 12:08:37 +02:00
ocornut
23c6cecef7 WIP - ImTextureData pixels are not immediately destroyed on setting ImTextureStatus_WantDestroy. 2025-04-02 12:08:37 +02:00
ocornut
15cfb4ed01 WIP - Fonts: fixed a bug using size specified by secondary font sources. 2025-04-02 12:08:37 +02:00
ocornut
26cc0cbc54 WIP - Added UI to edit FreeType loader flags. Added ImFontAtlasBuildReloadAll() / ImFontAtlasBuildReloadFont() 2025-04-02 12:08:37 +02:00
ocornut
6ddcbc149e WIP - In ShowFontAtlas() preserve open-state for latest texture. Improve debug display. 2025-03-31 17:37:42 +02:00
ocornut
6f34f382cf WIP - ImFontConfig::GlyphExcludeRanges is owner and copied. 2025-03-31 17:37:42 +02:00
ocornut
a408133dae WIP - Obsolete GetGlyphRangesXXX() functions. 2025-03-31 17:37:42 +02:00
ocornut
27bd2a6fba WIP - Fixed various small warnings / build issues. 2025-03-31 17:37:42 +02:00
ocornut
a5b879e6ea WIP - Added a ImFontFlags_NoLoadError flag to let user code try file paths. (3611) 2025-03-31 17:37:42 +02:00
ocornut
342c211182 WIP - Detect when using a texture that's about to be destroyed. 2025-03-31 17:37:42 +02:00
ocornut
48c0166f43 WIP - GetFontBaked() default to searching for closest size font. 2025-03-31 17:37:42 +02:00
ocornut
e782ffbbb8 WIP - Added ImTextureData::UsedRect. 2025-03-31 17:37:42 +02:00
ocornut
a856035678 WIP - Removed LockSingleSrcConfigIdx which isn't needed anymore since we don't load glyphs in ImFontAtlasBuildAddFont(). 2025-03-31 17:37:42 +02:00
ocornut
2c060d4a07 WIP - Fallback glyph is now lazily loaded on demand (yay!). Moving ImFontBaked:: functions outside of class. 2025-03-31 17:37:41 +02:00
ocornut
5b0ff5e36a WIP - Rework ImFontLoader signatures.
InitBaked may return false to signify this size is not supported.
2025-03-31 17:37:41 +02:00
ocornut
9b5a3a05d1 WIP - A font source can specify its own loader/backend. 2025-03-31 17:37:41 +02:00
ocornut
8d3f361b02 WIP - Core allocates per-baked-per-src backend buffers, to allow having custom backend per font source. Backend BakedInit/Destroy/AddGlyph process a single source. 2025-03-31 17:37:41 +02:00
ocornut
a85f7b434b WIP - Reinstated ImFontAtlasBuildSetupFontCreateEllipsisFromDot() compatible with baked system, lazily baked. 2025-03-31 17:37:41 +02:00
ocornut
8c7fbbc6ad WIP - Added ImFontAtlasBakedSetFontGlyphBitmap(). 2025-03-31 17:37:41 +02:00
ocornut
4f8f7ff999 WIP - Baked system, fix subsequent sources overriding shared font metrics. 2025-03-31 17:37:41 +02:00
ocornut
de9cd4116d WIP - ImFontFlags: ImFontFlags_NoLoadGlyphs + add ImFontFlags_LockBakedSizes 2025-03-31 17:37:41 +02:00
ocornut
811672e6fc WIP - Exposed CompactCache(). Hide ClearCache(). 2025-03-31 17:37:41 +02:00
ocornut
61d975c8f7 WIP - Restore a functional AddCustomRectFontGlyph(). 2025-03-31 17:37:41 +02:00
ocornut
9b583b9da2 WIP - ImFontConfig: added GlyphExcludeRanges 2025-03-31 17:37:41 +02:00
ocornut
86fb2ce55b WIP - Create a fallback glyph if none is available (fix crash on fonts with no fallback) 2025-03-31 17:37:41 +02:00
ocornut
4f236b0361 WIP - Fixed _OnChangedTextureID() asserting when calling on e.g. finalized drawlists. 2025-03-31 17:37:41 +02:00
ocornut
ad9bff0b4c WIP - Baked system, v12: support GlyphOffset / GlyphMinAdvanceX / GlyphMaxAdvanceX by scaling from ref value.
Overwriting cfg->PixelSnapH = true; in imgui_freetype is weird.
2025-03-31 17:37:41 +02:00