![]() |
AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
#include <CzPlatformFont.h>
CzFontPreparedText CzPlatformFont::CreatePreparedText | ( | ) | [virtual] |
Implements IzPlatformFont.
CzFontPreparedText CzPlatformFont::CreatePreparedText | ( | ) | [virtual] |
Implements IzPlatformFont.
CzFontHandle CzPlatformFont::CreateTTFontFromBuffer | ( | void * | memory_buffer, |
int | memory_buffer_size, | ||
float | point_size | ||
) | [virtual] |
Implements IzPlatformFont.
CzFontHandle CzPlatformFont::CreateTTFontFromBuffer | ( | void * | memory_buffer, |
int | memory_buffer_size, | ||
float | point_size | ||
) | [virtual] |
Implements IzPlatformFont.
void CzPlatformFont::DestroyFont | ( | CzFontHandle | font | ) | [virtual] |
Implements IzPlatformFont.
void CzPlatformFont::DestroyFont | ( | CzFontHandle | font | ) | [virtual] |
Implements IzPlatformFont.
void CzPlatformFont::DestroyPreparedText | ( | CzFontPreparedText | data | ) | [virtual] |
Implements IzPlatformFont.
void CzPlatformFont::DestroyPreparedText | ( | CzFontPreparedText | data | ) | [virtual] |
Implements IzPlatformFont.
int CzPlatformFont::GetTextHeight | ( | CzFontPreparedText | data | ) | [virtual] |
Implements IzPlatformFont.
int CzPlatformFont::GetTextHeight | ( | CzFontPreparedText | data | ) | [virtual] |
Implements IzPlatformFont.
int CzPlatformFont::GetTextWidth | ( | CzFontPreparedText | data | ) | [virtual] |
Implements IzPlatformFont.
int CzPlatformFont::Init | ( | ) | [virtual] |
Implements IzPlatformFont.
int CzPlatformFont::Init | ( | ) | [virtual] |
Implements IzPlatformFont.
bool CzPlatformFont::PrepareText | ( | CzFontPreparedText | prep, |
const char * | text | ||
) | [virtual] |
Implements IzPlatformFont.
bool CzPlatformFont::PrepareText | ( | CzFontPreparedText | prep, |
const char * | text | ||
) | [virtual] |
Implements IzPlatformFont.
void CzPlatformFont::Release | ( | ) | [virtual] |
Implements IzPlatformFont.
void CzPlatformFont::Release | ( | ) | [virtual] |
Implements IzPlatformFont.
void CzPlatformFont::SetCurrentFont | ( | CzFontHandle | font | ) | [virtual] |
Implements IzPlatformFont.
void CzPlatformFont::SetCurrentFont | ( | CzFontHandle | font | ) | [virtual] |
Implements IzPlatformFont.
void CzPlatformFont::SetCurrentFontAlignment | ( | eCzAlignH | horiz, |
eCzAlignV | vert | ||
) | [virtual] |
Implements IzPlatformFont.
void CzPlatformFont::SetCurrentFontAlignment | ( | eCzAlignH | horiz, |
eCzAlignV | vert | ||
) | [virtual] |
Implements IzPlatformFont.
void CzPlatformFont::SetCurrentFontFlags | ( | eCzFontFlags | flags | ) | [virtual] |
Implements IzPlatformFont.
void CzPlatformFont::SetCurrentFontFlags | ( | eCzFontFlags | flags | ) | [virtual] |
Implements IzPlatformFont.
void CzPlatformFont::SetCurrentFontRect | ( | const CzIRect & | rc | ) | [virtual] |
Implements IzPlatformFont.
void CzPlatformFont::SetCurrentFontRect | ( | const CzIRect & | rc | ) | [virtual] |
Implements IzPlatformFont.