We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff4a69 commit 93c8f8eCopy full SHA for 93c8f8e
include/SFML/Graphics/Text.h
@@ -445,7 +445,7 @@ CSFML_GRAPHICS_API float sfText_getLetterSpacing(const sfText* text);
445
/// \see sfText_setLineSpacing
446
///
447
////////////////////////////////////////////////////////////
448
-CSFML_GRAPHICS_API float getLineSpacing(const sfText* text);
+CSFML_GRAPHICS_API float sfText_getLineSpacing(const sfText* text);
449
450
451
/// \brief Get the style of a text
0 commit comments