x86UNIXFont
Engine/source/platformX86UNIX/x86UNIXFont.h
Private Attributes
Public Functions
bool
getCharInfo(const UTF8 * str)
bool
isValidChar(const UTF16 ch)
Is the specified character valid for rendering?
bool
isValidChar(const UTF8 * str)
Detailed Description
Private Attributes
int baseline
int height
StringTableEntry mFontName
Public Functions
x86UNIXFont()
~x86UNIXFont()
create(const char * name, dsize_t size, U32 charset)
Reimplemented from: PlatformFont
getCharInfo(const UTF16 ch)
Reimplemented from: PlatformFont
getCharInfo(const UTF8 * str)
Reimplemented from: PlatformFont
getFontBaseLine()
Reimplemented from: PlatformFont
getFontHeight()
Reimplemented from: PlatformFont
isValidChar(const UTF16 ch)
Reimplemented from: PlatformFont
isValidChar(const UTF8 * str)
Reimplemented from: PlatformFont