From 73892dfa124c4153de64a164c164b041891079ea Mon Sep 17 00:00:00 2001 From: Maximilian Wagenbach Date: Wed, 20 Jan 2016 01:07:50 +0100 Subject: [PATCH] Updated sf::Text documentation and OpenGL example. --- include/SFML/Graphics/Text.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/SFML/Graphics/Text.hpp b/include/SFML/Graphics/Text.hpp index 225f9151f..9f6f22d42 100644 --- a/include/SFML/Graphics/Text.hpp +++ b/include/SFML/Graphics/Text.hpp @@ -464,8 +464,9 @@ private: /// It inherits all the functions from sf::Transformable: /// position, rotation, scale, origin. It also adds text-specific /// properties such as the font to use, the character size, -/// the font style (bold, italic, underlined, strike through), the -/// global color and the text to display of course. +/// the font style (bold, italic, underlined and strike through), the +/// 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 /// graphical size of the text, or to get the global position /// of a given character.