C# Class SFML.Graphics.Glyph

Show file Open project: SFML/SFML.Net Class Usage Examples

Public Properties

Property Type Description
Advance float
Bounds FloatRect
TextureRect IntRect

Property Details

Advance public property

Offset to move horizontally to the next character
public float Advance
return float

Bounds public property

Bounding rectangle of the glyph, in coordinates relative to the baseline
public FloatRect Bounds
return FloatRect

TextureRect public property

Texture coordinates of the glyph inside the font's texture
public IntRect TextureRect
return IntRect