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