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

Properties for Font creation. More...

Variables

constexpr auto FILENAME_STRING
 String for filename.
constexpr auto IOSTREAM_POINTER
 Pointer to iostream.
constexpr auto IOSTREAM_OFFSET_NUMBER
 Number for iostream offset.
constexpr auto IOSTREAM_AUTOCLOSE_BOOLEAN
 Enable iostream autoclose.
constexpr auto SIZE_FLOAT
 Float for size.
constexpr auto FACE_NUMBER
 Number for face.
constexpr auto HORIZONTAL_DPI_NUMBER
 Number for horizontal dpi.
constexpr auto VERTICAL_DPI_NUMBER
 Number for vertical dpi.
constexpr auto EXISTING_FONT_POINTER
 Pointer to existing font.

Detailed Description

Properties for Font creation.

See also
OpenFontWithProperties

Variable Documentation

◆ EXISTING_FONT_POINTER

auto SDL::prop::Font::Create::EXISTING_FONT_POINTER
constexpr
Initial value:
=
TTF_PROP_FONT_CREATE_EXISTING_FONT

Pointer to existing font.

◆ FACE_NUMBER

auto SDL::prop::Font::Create::FACE_NUMBER
constexpr
Initial value:
=
TTF_PROP_FONT_CREATE_FACE_NUMBER

Number for face.

◆ FILENAME_STRING

auto SDL::prop::Font::Create::FILENAME_STRING
constexpr
Initial value:
=
TTF_PROP_FONT_CREATE_FILENAME_STRING

String for filename.

◆ HORIZONTAL_DPI_NUMBER

auto SDL::prop::Font::Create::HORIZONTAL_DPI_NUMBER
constexpr
Initial value:
=
TTF_PROP_FONT_CREATE_HORIZONTAL_DPI_NUMBER

Number for horizontal dpi.

◆ IOSTREAM_AUTOCLOSE_BOOLEAN

auto SDL::prop::Font::Create::IOSTREAM_AUTOCLOSE_BOOLEAN
constexpr
Initial value:
=
TTF_PROP_FONT_CREATE_IOSTREAM_AUTOCLOSE_BOOLEAN

Enable iostream autoclose.

◆ IOSTREAM_OFFSET_NUMBER

auto SDL::prop::Font::Create::IOSTREAM_OFFSET_NUMBER
constexpr
Initial value:
=
TTF_PROP_FONT_CREATE_IOSTREAM_OFFSET_NUMBER

Number for iostream offset.

◆ IOSTREAM_POINTER

auto SDL::prop::Font::Create::IOSTREAM_POINTER
constexpr
Initial value:
=
TTF_PROP_FONT_CREATE_IOSTREAM_POINTER

Pointer to iostream.

◆ SIZE_FLOAT

auto SDL::prop::Font::Create::SIZE_FLOAT
constexpr
Initial value:
=
TTF_PROP_FONT_CREATE_SIZE_FLOAT

Float for size.

◆ VERTICAL_DPI_NUMBER

auto SDL::prop::Font::Create::VERTICAL_DPI_NUMBER
constexpr
Initial value:
=
TTF_PROP_FONT_CREATE_VERTICAL_DPI_NUMBER

Number for vertical dpi.