SDL3pp
A slim C++ wrapper for SDL3
Loading...
Searching...
No Matches
SDL::prop::Font Namespace Reference

Properties for Font. More...

Variables

constexpr auto CREATE_FILENAME_STRING = TTF_PROP_FONT_CREATE_FILENAME_STRING
constexpr auto CREATE_IOSTREAM_POINTER = TTF_PROP_FONT_CREATE_IOSTREAM_POINTER
constexpr auto CREATE_IOSTREAM_OFFSET_NUMBER
constexpr auto CREATE_IOSTREAM_AUTOCLOSE_BOOLEAN
constexpr auto CREATE_SIZE_FLOAT = TTF_PROP_FONT_CREATE_SIZE_FLOAT
constexpr auto CREATE_FACE_NUMBER = TTF_PROP_FONT_CREATE_FACE_NUMBER
constexpr auto CREATE_HORIZONTAL_DPI_NUMBER
constexpr auto CREATE_VERTICAL_DPI_NUMBER
constexpr auto CREATE_EXISTING_FONT = TTF_PROP_FONT_CREATE_EXISTING_FONT
constexpr auto OUTLINE_LINE_CAP_NUMBER = TTF_PROP_FONT_OUTLINE_LINE_CAP_NUMBER
constexpr auto OUTLINE_LINE_JOIN_NUMBER
constexpr auto OUTLINE_MITER_LIMIT_NUMBER

Detailed Description

Properties for Font.

Properties prefixed with CREATE_ are used when creating a font with OpenFontWithProperties(). Poperties without the prefix can retrieved by using Font.GetProperties() on an existing font.

See also
OpenFontWithProperties
Font.GetProperties

Variable Documentation

◆ CREATE_HORIZONTAL_DPI_NUMBER

auto SDL::prop::Font::CREATE_HORIZONTAL_DPI_NUMBER
constexpr
Initial value:
=
TTF_PROP_FONT_CREATE_HORIZONTAL_DPI_NUMBER

◆ CREATE_IOSTREAM_AUTOCLOSE_BOOLEAN

auto SDL::prop::Font::CREATE_IOSTREAM_AUTOCLOSE_BOOLEAN
constexpr
Initial value:
=
TTF_PROP_FONT_CREATE_IOSTREAM_AUTOCLOSE_BOOLEAN

◆ CREATE_IOSTREAM_OFFSET_NUMBER

auto SDL::prop::Font::CREATE_IOSTREAM_OFFSET_NUMBER
constexpr
Initial value:
=
TTF_PROP_FONT_CREATE_IOSTREAM_OFFSET_NUMBER

◆ CREATE_VERTICAL_DPI_NUMBER

auto SDL::prop::Font::CREATE_VERTICAL_DPI_NUMBER
constexpr
Initial value:
=
TTF_PROP_FONT_CREATE_VERTICAL_DPI_NUMBER

◆ OUTLINE_LINE_JOIN_NUMBER

auto SDL::prop::Font::OUTLINE_LINE_JOIN_NUMBER
constexpr
Initial value:
=
TTF_PROP_FONT_OUTLINE_LINE_JOIN_NUMBER

◆ OUTLINE_MITER_LIMIT_NUMBER

auto SDL::prop::Font::OUTLINE_MITER_LIMIT_NUMBER
constexpr
Initial value:
=
TTF_PROP_FONT_OUTLINE_MITER_LIMIT_NUMBER