Engine
Frameworkcreatedbymeusableforthecreationofsimplegames.CurrentlysupportsOpenGL(Verysimple)andVulkan.
Public Attributes | List of all members
ImFontGlyph Struct Reference

#include <imgui.h>

Public Attributes

ImWchar Codepoint
 
float AdvanceX
 
float X0
 
float Y0
 
float X1
 
float Y1
 
float U0
 
float V0
 
float U1
 
float V1
 

Detailed Description

Definition at line 1350 of file imgui.h.

Member Data Documentation

float ImFontGlyph::AdvanceX

Definition at line 1353 of file imgui.h.

ImWchar ImFontGlyph::Codepoint

Definition at line 1352 of file imgui.h.

float ImFontGlyph::U0

Definition at line 1355 of file imgui.h.

float ImFontGlyph::U1

Definition at line 1355 of file imgui.h.

float ImFontGlyph::V0

Definition at line 1355 of file imgui.h.

float ImFontGlyph::V1

Definition at line 1355 of file imgui.h.

float ImFontGlyph::X0

Definition at line 1354 of file imgui.h.

float ImFontGlyph::X1

Definition at line 1354 of file imgui.h.

float ImFontGlyph::Y0

Definition at line 1354 of file imgui.h.

float ImFontGlyph::Y1

Definition at line 1354 of file imgui.h.


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