C# Class SFML.Graphics.Glyph

Afficher le fichier Open project: SFML/SFML.Net Class Usage Examples

Méthodes publiques

Свойство Type Description
Advance float
Bounds FloatRect
TextureRect IntRect

Property Details

Advance public_oe property

Offset to move horizontally to the next character
public float Advance
Résultat float

Bounds public_oe property

Bounding rectangle of the glyph, in coordinates relative to the baseline
public FloatRect Bounds
Résultat FloatRect

TextureRect public_oe property

Texture coordinates of the glyph inside the font's texture
public IntRect TextureRect
Résultat IntRect