The True Type Font subsystem.
More...
#include <TTF.h>
List of all members.
Detailed Description
The True Type Font subsystem.
Definition at line 36 of file TTF.h.
Member Function Documentation
bool sdl::subsystem::TTF::close |
( |
| ) |
[inline, protected] |
Closes the TTF subssytem.
- Returns:
- True if the TTF subsystem was closed, false otherwise.
Definition at line 80 of file TTF.h.
void sdl::subsystem::TTF::disableByteSwappedUNICODE |
( |
| ) |
[inline] |
Disable byte swapping relative to the system's endianess for UNICODE date.
Definition at line 62 of file TTF.h.
void sdl::subsystem::TTF::enableByteSwappedUNICODE |
( |
| ) |
[inline] |
Enable byte swapping relative to the system's endianess for UNICODE data.
Definition at line 57 of file TTF.h.
static TTF& sdl::subsystem::TTF::instance |
( |
| ) |
[inline, static] |
Returns an instance of the TTF subsystem.
- Returns:
- A reference to the TTF subsystem.
Definition at line 42 of file TTF.h.
static bool sdl::subsystem::TTF::isOpen |
( |
| ) |
[inline, static] |
Determines if the TTF subsystem is open.
- Returns:
- True if the TTF subsystem is open, false otherwise.
Definition at line 52 of file TTF.h.
bool sdl::subsystem::TTF::open |
( |
| ) |
[inline, protected] |
Opens the TTF subsystem.
- Returns:
- True if the TTF subsystem was opened, false otherwise.
Definition at line 70 of file TTF.h.
The documentation for this struct was generated from the following file: