diff --git a/include/SFML/Graphics/Font.hpp b/include/SFML/Graphics/Font.hpp index 294de21ff..09c5ca922 100644 --- a/include/SFML/Graphics/Font.hpp +++ b/include/SFML/Graphics/Font.hpp @@ -200,6 +200,7 @@ public: /// \param first Unicode code point of the first character /// \param second Unicode code point of the second character /// \param characterSize Reference character size + /// \param bold Retrieve the bold version or the regular one? /// /// \return Kerning value for \a first and \a second, in pixels ///