C# Класс SFML.Graphics.Glyph

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
Advance float
Bounds FloatRect
TextureRect IntRect

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

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

Offset to move horizontally to the next character
public float Advance
Результат float

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

Bounding rectangle of the glyph, in coordinates relative to the baseline
public FloatRect Bounds
Результат FloatRect

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

Texture coordinates of the glyph inside the font's texture
public IntRect TextureRect
Результат IntRect