mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-09 23:54:20 +00:00
Fonts: Comments.
This commit is contained in:
parent
fc87081133
commit
253dff7656
2 changed files with 24 additions and 19 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue