We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 868741c commit c5fd639Copy full SHA for c5fd639
units/sdl2_ttf.pas
@@ -680,6 +680,17 @@ function TTF_FontDescent(font: PTTF_Font): cint; cdecl;
680
function TTF_FontLineSkip(font: PTTF_Font): cint; cdecl;
681
external TTF_LibName {$IFDEF DELPHI} {$IFDEF MACOS} name '_TTF_FontLineSkip' {$ENDIF} {$ENDIF};
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
+
694
{*
695
* Query whether or not kerning is allowed for a font.
696
*
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments