C# Класс Duality.Resources.Font.GlyphData

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
height int
kerningSamplesLeft int[]
kerningSamplesRight int[]
offsetX int
width int

Описание свойств

height публичное свойство

The height of the glyph
public int height
Результат int

kerningSamplesLeft публичное свойство

The glyphs kerning samples to the left.
public int[] kerningSamplesLeft
Результат int[]

kerningSamplesRight публичное свойство

The glyphs kerning samples to the right.
public int[] kerningSamplesRight
Результат int[]

offsetX публичное свойство

The glyphs X offset when rendering it.
public int offsetX
Результат int

width публичное свойство

Thw width of the glyph
public int width
Результат int