Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
ImFontAtlasCustomRect Struct Reference

#include <imgui.h>

Collaboration diagram for ImFontAtlasCustomRect:
[legend]

Public Member Functions

 ImFontAtlasCustomRect ()
 
bool IsPacked () const
 

Public Attributes

unsigned short Width
 
unsigned short Height
 
unsigned short X
 
unsigned short Y
 
unsigned int GlyphID
 
float GlyphAdvanceX
 
ImVec2 GlyphOffset
 
ImFontFont
 

Constructor & Destructor Documentation

◆ ImFontAtlasCustomRect()

ImFontAtlasCustomRect::ImFontAtlasCustomRect ( )
inline

Member Function Documentation

◆ IsPacked()

bool ImFontAtlasCustomRect::IsPacked ( ) const
inline
Here is the caller graph for this function:

Member Data Documentation

◆ Font

ImFont* ImFontAtlasCustomRect::Font

◆ GlyphAdvanceX

float ImFontAtlasCustomRect::GlyphAdvanceX

◆ GlyphID

unsigned int ImFontAtlasCustomRect::GlyphID

◆ GlyphOffset

ImVec2 ImFontAtlasCustomRect::GlyphOffset

◆ Height

unsigned short ImFontAtlasCustomRect::Height

◆ Width

unsigned short ImFontAtlasCustomRect::Width

◆ X

unsigned short ImFontAtlasCustomRect::X

◆ Y

unsigned short ImFontAtlasCustomRect::Y

The documentation for this struct was generated from the following file:
Untitled