From 7034e40cccda3cf227a5f707cdff7589b9539538 Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Mon, 24 Jun 2024 12:10:03 -0600 Subject: [PATCH] Document missing parameter --- include/SFML/Graphics/Font.hpp | 1 + 1 file changed, 1 insertion(+) 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 ///