Struct ImFontGlyphPtr
Assembly: ImGui.NET.dll
View Source
Declaration
public struct ImFontGlyphPtr
Properties
NativePtr
View Source
Declaration
public readonly ImFontGlyph* NativePtr { get; }
Colored
View Source
Declaration
public ref uint Colored { get; }
Visible
View Source
Declaration
public ref uint Visible { get; }
TextureIndex
View Source
Declaration
public ref uint TextureIndex { get; }
Codepoint
View Source
Declaration
public ref uint Codepoint { get; }
AdvanceX
View Source
Declaration
public ref float AdvanceX { get; }
X0
View Source
Declaration
public ref float X0 { get; }
Y0
View Source
Declaration
public ref float Y0 { get; }
X1
View Source
Declaration
public ref float X1 { get; }
Y1
View Source
Declaration
public ref float Y1 { get; }
U0
View Source
Declaration
public ref float U0 { get; }
V0
View Source
Declaration
public ref float V0 { get; }
U1
View Source
Declaration
public ref float U1 { get; }
V1
View Source
Declaration
public ref float V1 { get; }