1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-09 23:54:20 +00:00

Fonts: Comments.

This commit is contained in:
ocornut 2025-03-30 16:00:29 +02:00
parent fc87081133
commit 253dff7656
2 changed files with 24 additions and 19 deletions

View file

@ -3695,7 +3695,7 @@ IMGUI_API const ImFontLoader* ImFontAtlasGetFontLoaderForStbTruetype();
//-----------------------------------------------------------------------------
// An identifier to a rectangle in the atlas. -1 when invalid.
// The rectangle may move, use GetCustomRect() to retrieve it.
// The rectangle may move and UV may be invalidated, use GetCustomRect() to retrieve it.
typedef int ImFontAtlasRectId;
// Packed rectangle lookup entry (we need an indirection to allow removing/reordering rectangles)