Skip to content

Commit 61f17e3

Browse files
authored
Merge pull request #130 from DemoXinMC/master
sfText_getLineSpacing is not properly declared in Text.h
2 parents bff4a69 + 93c8f8e commit 61f17e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/SFML/Graphics/Text.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ CSFML_GRAPHICS_API float sfText_getLetterSpacing(const sfText* text);
445445
/// \see sfText_setLineSpacing
446446
///
447447
////////////////////////////////////////////////////////////
448-
CSFML_GRAPHICS_API float getLineSpacing(const sfText* text);
448+
CSFML_GRAPHICS_API float sfText_getLineSpacing(const sfText* text);
449449

450450
////////////////////////////////////////////////////////////
451451
/// \brief Get the style of a text

0 commit comments

Comments
 (0)