Fonts: Misc amends, remove _PackNodesFactor, comments.

This commit is contained in:
ocornut
2025-06-11 15:42:54 +02:00
parent ac13683c26
commit 076a1ab85c
2 changed files with 3 additions and 7 deletions
-1
View File
@@ -3623,7 +3623,6 @@ struct ImFontAtlas
int RefCount; // Number of contexts using this atlas
int _PackedSurface; // Number of packed pixels. Used when compacting to heuristically find the ideal texture size.
int _PackedRects; // Number of packed rectangles.
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)