Show / Hide Table of Contents

Struct ImFontGlyph

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: ImGuiNET
Assembly: ImGui.NET.dll
Syntax
public struct ImFontGlyph

Fields

| Improve this Doc View Source

AdvanceX

Declaration
public float AdvanceX
Field Value
Type Description
System.Single
| Improve this Doc View Source

Codepoint

Declaration
public ushort Codepoint
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

U0

Declaration
public float U0
Field Value
Type Description
System.Single
| Improve this Doc View Source

U1

Declaration
public float U1
Field Value
Type Description
System.Single
| Improve this Doc View Source

V0

Declaration
public float V0
Field Value
Type Description
System.Single
| Improve this Doc View Source

V1

Declaration
public float V1
Field Value
Type Description
System.Single
| Improve this Doc View Source

X0

Declaration
public float X0
Field Value
Type Description
System.Single
| Improve this Doc View Source

X1

Declaration
public float X1
Field Value
Type Description
System.Single
| Improve this Doc View Source

Y0

Declaration
public float Y0
Field Value
Type Description
System.Single
| Improve this Doc View Source

Y1

Declaration
public float Y1
Field Value
Type Description
System.Single
  • Improve this Doc
  • View Source
Back to top Generated by DocFX