Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
SFML
Graphics
Glyph
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