Struct ImGuiHelpers.ImFontAtlasCustomRectReal
ImFontAtlasCustomRect the correct version.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Dalamud.dll
Syntax
public struct ImFontAtlasCustomRectReal
Fields
|
Improve this Doc
View Source
Font
Declaration
Field Value
|
Improve this Doc
View Source
GlyphAdvanceX
Declaration
public float GlyphAdvanceX
Field Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
GlyphOffset
Declaration
public Vector2 GlyphOffset
Field Value
| Type |
Description |
| System.Numerics.Vector2 |
|
|
Improve this Doc
View Source
Height
Declaration
Field Value
| Type |
Description |
| System.UInt16 |
|
|
Improve this Doc
View Source
TextureIndexAndGlyphId
Declaration
public uint TextureIndexAndGlyphId
Field Value
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
Width
Declaration
Field Value
| Type |
Description |
| System.UInt16 |
|
|
Improve this Doc
View Source
X
Declaration
Field Value
| Type |
Description |
| System.UInt16 |
|
|
Improve this Doc
View Source
Y
Declaration
Field Value
| Type |
Description |
| System.UInt16 |
|
Properties
|
Improve this Doc
View Source
GlyphId
Declaration
public int GlyphId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
TextureIndex
Declaration
public int TextureIndex { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|