Engine
Frameworkcreatedbymeusableforthecreationofsimplegames.CurrentlysupportsOpenGL(Verysimple)andVulkan.
Public Member Functions | Public Attributes | List of all members
ImFontAtlas::CustomRect Struct Reference

#include <imgui.h>

Public Member Functions

 CustomRect ()
 
bool IsPacked () const
 

Public Attributes

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

Detailed Description

Definition at line 1422 of file imgui.h.

Constructor & Destructor Documentation

ImFontAtlas::CustomRect::CustomRect ( )
inline

Definition at line 1430 of file imgui.h.

Member Function Documentation

bool ImFontAtlas::CustomRect::IsPacked ( ) const
inline

Definition at line 1431 of file imgui.h.

Member Data Documentation

ImFont* ImFontAtlas::CustomRect::Font

Definition at line 1429 of file imgui.h.

float ImFontAtlas::CustomRect::GlyphAdvanceX

Definition at line 1427 of file imgui.h.

ImVec2 ImFontAtlas::CustomRect::GlyphOffset

Definition at line 1428 of file imgui.h.

unsigned short ImFontAtlas::CustomRect::Height

Definition at line 1425 of file imgui.h.

unsigned int ImFontAtlas::CustomRect::ID

Definition at line 1424 of file imgui.h.

unsigned short ImFontAtlas::CustomRect::Width

Definition at line 1425 of file imgui.h.

unsigned short ImFontAtlas::CustomRect::X

Definition at line 1426 of file imgui.h.

unsigned short ImFontAtlas::CustomRect::Y

Definition at line 1426 of file imgui.h.


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