Struct ImGuiHelpers.ImFontAtlasCustomRectReal
ImFontAtlasCustomRect the correct version.
Assembly: Dalamud.dll
View Source
Declaration
[SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1600:Elements should be documented", Justification = "ImGui internals")]
public struct ImGuiHelpers.ImFontAtlasCustomRectReal
Properties
TextureIndex
View Source
Declaration
public int TextureIndex { get; set; }
GlyphId
View Source
Declaration
public int GlyphId { get; set; }
Fields
Width
View Source
Declaration
public ushort Width
Height
View Source
Declaration
public ushort Height
X
View Source
Declaration
public ushort X
Y
View Source
Declaration
public ushort Y
TextureIndexAndGlyphId
View Source
Declaration
public uint TextureIndexAndGlyphId
GlyphAdvanceX
View Source
Declaration
public float GlyphAdvanceX
GlyphOffset
View Source
Declaration
public Vector2 GlyphOffset
Font
View Source
Declaration
public ImFont* Font