File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -680,6 +680,17 @@ function TTF_FontDescent(font: PTTF_Font): cint; cdecl;
680
680
function TTF_FontLineSkip (font: PTTF_Font): cint; cdecl;
681
681
external TTF_LibName { $IFDEF DELPHI} { $IFDEF MACOS} name ' _TTF_FontLineSkip' { $ENDIF} { $ENDIF} ;
682
682
683
+ { **
684
+ * Set the spacing between lines of text for a font.
685
+ *
686
+ * \param font the font to modify.
687
+ * \param lineskip the new line spacing for the font.
688
+ *
689
+ * \since This function is available since SDL_ttf 2.22.0.
690
+ *}
691
+ procedure TTF_SetFontLineSkip (font: PTTF_Font; lineskip: cint); cdecl;
692
+ external TTF_LibName { $IFDEF DELPHI} { $IFDEF MACOS} name ' _TTF_SetFontLineSkip' { $ENDIF} { $ENDIF} ;
693
+
683
694
{ *
684
695
* Query whether or not kerning is allowed for a font.
685
696
*
You can’t perform that action at this time.
0 commit comments