Skip to content

TSdlTtfFontStyle

Font style flags for TSdlTtfFont

These are the flags which can be used to set the style of a font in SDL_ttf.

Definition

Unit: Neslib.Sdl3.Ttf

type TSdlTtfFontStyle = (Bold, Italic, Underline, StrikeThrough)

See Also

Enumeration Values

Bold (0)


Italic (1)


Underline (2)


StrikeThrough (3)