Text Properties

SFML.Net

Text Properties

The Text type exposes the following members.

Properties
  Name Description
Public property CharacterSize
Base size of characters
Public property Color
Global color of the object
Public property CPointer
Access to the internal pointer of the object. For internal use only
(Inherited from ObjectBase.)
Public property DisplayedString
String which is displayed
Public property Font
Font used to display the text
Public property InverseTransform
The combined transform of the object
(Inherited from Transformable.)
Public property Origin
The origin of an object defines the center point for all transformations (position, scale, rotation). The coordinates of this point must be relative to the top-left corner of the object, and ignore all transformations (position, scale, rotation).
(Inherited from Transformable.)
Public property Position
Position of the object
(Inherited from Transformable.)
Public property Rotation
Rotation of the object
(Inherited from Transformable.)
Public property Scale
Scale of the object
(Inherited from Transformable.)
Public property Style
Style of the text (see Styles enum)
Public property Transform
The combined transform of the object
(Inherited from Transformable.)
Top
See Also