C# Class Duality.Resources.Font.GlyphData

Mostrar archivo Open project: BraveSirAndrew/duality

Public Properties

Property Type Description
height int
kerningSamplesLeft int[]
kerningSamplesRight int[]
offsetX int
width int

Property Details

height public_oe property

The height of the glyph
public int height
return int

kerningSamplesLeft public_oe property

The glyphs kerning samples to the left.
public int[] kerningSamplesLeft
return int[]

kerningSamplesRight public_oe property

The glyphs kerning samples to the right.
public int[] kerningSamplesRight
return int[]

offsetX public_oe property

The glyphs X offset when rendering it.
public int offsetX
return int

width public_oe property

Thw width of the glyph
public int width
return int