PURE API 0.5
PR00F's Ultimate Rendering Engine full documentation
Loading...
Searching...
No Matches
ImFontAtlasCustomRect Struct Reference

Detailed Description

Definition at line 2729 of file imgui.h.

#include <imgui.h>

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

Definition at line 2737 of file imgui.h.

Member Function Documentation

◆ IsPacked()

bool ImFontAtlasCustomRect::IsPacked ( ) const
inline

Definition at line 2738 of file imgui.h.

Member Data Documentation

◆ Font

ImFont* ImFontAtlasCustomRect::Font

Definition at line 2736 of file imgui.h.

◆ GlyphAdvanceX

float ImFontAtlasCustomRect::GlyphAdvanceX

Definition at line 2734 of file imgui.h.

◆ GlyphID

unsigned int ImFontAtlasCustomRect::GlyphID

Definition at line 2733 of file imgui.h.

◆ GlyphOffset

ImVec2 ImFontAtlasCustomRect::GlyphOffset

Definition at line 2735 of file imgui.h.

◆ Height

unsigned short ImFontAtlasCustomRect::Height

Definition at line 2731 of file imgui.h.

◆ Width

unsigned short ImFontAtlasCustomRect::Width

Definition at line 2731 of file imgui.h.

◆ X

unsigned short ImFontAtlasCustomRect::X

Definition at line 2732 of file imgui.h.

◆ Y

unsigned short ImFontAtlasCustomRect::Y

Definition at line 2732 of file imgui.h.


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