x86UNIXFont

Engine/source/platformX86UNIX/x86UNIXFont.h

More...

Private Attributes

Public Functions

bool
create(const char * name, dsize_t size, U32 charset)

This is just for createPlatformFont to call.

bool

Is the specified character valid for rendering?

bool

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