C# Class SFML.Graphics.Glyph

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

Public Properties

Property 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
return float

Bounds public_oe property

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

TextureRect public_oe property

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