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

#include <imgui.h>

Public Attributes

unsigned int Colored: 1
 
unsigned int Visible: 1
 
unsigned int Codepoint: 30
 
float AdvanceX
 
float X0
 
float Y0
 
float X1
 
float Y1
 
float U0
 
float V0
 
float U1
 
float V1
 

Member Data Documentation

◆ AdvanceX

float ImFontGlyph::AdvanceX

◆ Codepoint

unsigned int ImFontGlyph::Codepoint

◆ Colored

unsigned int ImFontGlyph::Colored

◆ U0

float ImFontGlyph::U0

◆ U1

float ImFontGlyph::U1

◆ V0

float ImFontGlyph::V0

◆ V1

float ImFontGlyph::V1

◆ Visible

unsigned int ImFontGlyph::Visible

◆ X0

float ImFontGlyph::X0

◆ X1

float ImFontGlyph::X1

◆ Y0

float ImFontGlyph::Y0

◆ Y1

float ImFontGlyph::Y1

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