mirror of
https://github.com/SFML/SFML.git
synced 2025-01-19 07:45:13 +08:00
Updated sf::Text documentation and OpenGL example.
This commit is contained in:
parent
7ef1cff5d1
commit
73892dfa12
@ -464,8 +464,9 @@ private:
|
|||||||
/// It inherits all the functions from sf::Transformable:
|
/// It inherits all the functions from sf::Transformable:
|
||||||
/// position, rotation, scale, origin. It also adds text-specific
|
/// position, rotation, scale, origin. It also adds text-specific
|
||||||
/// properties such as the font to use, the character size,
|
/// properties such as the font to use, the character size,
|
||||||
/// the font style (bold, italic, underlined, strike through), the
|
/// the font style (bold, italic, underlined and strike through), the
|
||||||
/// global color and the text to display of course.
|
/// text color, the outline thickness, the outline color, the character
|
||||||
|
/// spacing, the line spacing and the text to display of course.
|
||||||
/// It also provides convenience functions to calculate the
|
/// It also provides convenience functions to calculate the
|
||||||
/// graphical size of the text, or to get the global position
|
/// graphical size of the text, or to get the global position
|
||||||
/// of a given character.
|
/// of a given character.
|
||||||
|
Loading…
Reference in New Issue
Block a user