Skip to main content

Struct ImGuiHelpers.ImFontAtlasCustomRectReal

ImFontAtlasCustomRect the correct version.

Assembly: Dalamud.dll
Declaration
public struct ImGuiHelpers.ImFontAtlasCustomRectReal

Properties

TextureIndex

Declaration
public int TextureIndex { get; set; }

GlyphId

Declaration
public int GlyphId { get; set; }

Fields

Width

Declaration
public ushort Width

Height

Declaration
public ushort Height

X

Declaration
public ushort X

Y

Declaration
public ushort Y

TextureIndexAndGlyphId

Declaration
public uint TextureIndexAndGlyphId

GlyphAdvanceX

Declaration
public float GlyphAdvanceX

GlyphOffset

Declaration
public Vector2 GlyphOffset

Font

Declaration
public ImFont* Font