Skip to main content

Struct ImFontAtlasCustomRectPtr

Assembly: ImGui.NET.dll
View Source
Declaration
public struct ImFontAtlasCustomRectPtr

Properties

NativePtr

View Source
Declaration
public readonly ImFontAtlasCustomRect* NativePtr { get; }

Width

View Source
Declaration
public ref ushort Width { get; }

Height

View Source
Declaration
public ref ushort Height { get; }

X

View Source
Declaration
public ref ushort X { get; }

Y

View Source
Declaration
public ref ushort Y { get; }

Reserved

View Source
Declaration
public ref uint Reserved { get; }

TextureIndex

View Source
Declaration
public ref uint TextureIndex { get; }

GlyphID

View Source
Declaration
public ref uint GlyphID { get; }

GlyphAdvanceX

View Source
Declaration
public ref float GlyphAdvanceX { get; }

GlyphOffset

View Source
Declaration
public ref Vector2 GlyphOffset { get; }

Font

View Source
Declaration
public ImFontPtr Font { get; }

Methods

Destroy()

View Source
Declaration
public void Destroy()

IsPacked()

View Source
Declaration
public bool IsPacked()
Returns

System.Boolean