#include <platformFont.h>
◆ PlatformFont()
◆ ~PlatformFont()
◆ create()
| virtual bool create |
( |
const char * |
name, |
|
|
U32 |
size, |
|
|
U32 |
charset = TGE_ANSI_CHARSET |
|
) |
| |
|
pure virtual |
◆ enumeratePlatformFonts()
| void enumeratePlatformFonts |
( |
Vector< StringTableEntry > & |
fonts | ) |
|
|
static |
◆ getCharInfo() [1/2]
◆ getCharInfo() [2/2]
◆ getFontBaseLine()
| virtual U32 getFontBaseLine |
( |
| ) |
const |
|
pure virtual |
◆ getFontHeight()
| virtual U32 getFontHeight |
( |
| ) |
const |
|
pure virtual |
◆ isValidChar() [1/2]
| virtual bool isValidChar |
( |
const UTF16 |
ch | ) |
const |
|
pure virtual |
◆ isValidChar() [2/2]
| virtual bool isValidChar |
( |
const UTF8 * |
str | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following files:
- platform/platformFont.h
- platformAndroid/AndroidFont.cpp
- platformEmscripten/EmscriptenFont.cpp