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

Detailed Description

Definition at line 2702 of file imgui.h.

#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

Definition at line 2707 of file imgui.h.

◆ Codepoint

unsigned int ImFontGlyph::Codepoint

Definition at line 2706 of file imgui.h.

◆ Colored

unsigned int ImFontGlyph::Colored

Definition at line 2704 of file imgui.h.

◆ U0

float ImFontGlyph::U0

Definition at line 2709 of file imgui.h.

◆ U1

float ImFontGlyph::U1

Definition at line 2709 of file imgui.h.

◆ V0

float ImFontGlyph::V0

Definition at line 2709 of file imgui.h.

◆ V1

float ImFontGlyph::V1

Definition at line 2709 of file imgui.h.

◆ Visible

unsigned int ImFontGlyph::Visible

Definition at line 2705 of file imgui.h.

◆ X0

float ImFontGlyph::X0

Definition at line 2708 of file imgui.h.

◆ X1

float ImFontGlyph::X1

Definition at line 2708 of file imgui.h.

◆ Y0

float ImFontGlyph::Y0

Definition at line 2708 of file imgui.h.

◆ Y1

float ImFontGlyph::Y1

Definition at line 2708 of file imgui.h.


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