Fixed a typo of the example in the font header.

This commit is contained in:
Lukas Dürrenberger 2015-07-16 15:52:01 +02:00
parent 64ddb10f3d
commit df8260a1c4

View File

@ -414,7 +414,7 @@ private:
/// sf::Text text2; /// sf::Text text2;
/// text2.setFont(font); /// text2.setFont(font);
/// text2.setCharacterSize(50); /// text2.setCharacterSize(50);
/// text1.setStyle(sf::Text::Italic); /// text2.setStyle(sf::Text::Italic);
/// \endcode /// \endcode
/// ///
/// Apart from loading font files, and passing them to instances /// Apart from loading font files, and passing them to instances