Show / Hide Table of Contents

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)
Namespace: Dalamud.Interface
Assembly: Dalamud.dll
Syntax
public struct ImFontAtlasCustomRectReal

Fields

| Improve this Doc View Source

Font

Declaration
public ImFont*Font
Field Value
Type Description
ImFont*
| 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
public ushort Height
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
public ushort Width
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

X

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

Y

Declaration
public ushort Y
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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX