(Breaking) Removed atlas->TexDesiredWidth now unnecessary (github 327)

This commit is contained in:
ocornut
2025-06-11 15:42:54 +02:00
committed by ocornut
parent b670f799d5
commit 4f27792ffe
3 changed files with 3 additions and 4 deletions
+1
View File
@@ -3626,6 +3626,7 @@ struct ImFontAtlas
float _PackNodesFactor = 1.0f;
// [Obsolete]
//int TexDesiredWidth; // OBSOLETED in 1.91.5 (force texture width before calling Build(). Must be a power-of-two. If have many glyphs your graphics API have texture size restrictions you may want to increase texture width to decrease height)
//typedef ImFontAtlasCustomRect CustomRect; // OBSOLETED in 1.72+
//typedef ImFontGlyphRangesBuilder GlyphRangesBuilder; // OBSOLETED in 1.67+
};