WinFont
Engine/source/platformWin32/winFont.h
Private Attributes
HFONT
TEXTMETRIC
Public Functions
WinFont()
~WinFont()
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
HFONT mFont
TEXTMETRIC mTextMetric
Public Functions
WinFont()
~WinFont()
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