![]() |
PROTO::KLUDGE
0.1
Quick prototyping library for games using SDL and OpenGL.
|
This is the complete list of members for pk::Font, including all inherited members.
bold enum value | pk::Font | |
Font() | pk::Font | |
getFont() | pk::Font | inline |
getHinting() | pk::Font | inline |
getOutline() | pk::Font | inline |
getStyle() | pk::Font | inline |
h_light enum value | pk::Font | |
h_mono enum value | pk::Font | |
h_none enum value | pk::Font | |
h_normal enum value | pk::Font | |
hinting enum name | pk::Font | |
italic enum value | pk::Font | |
loadFont(char *file, int fontSize) | pk::Font | |
m_font | pk::Font | private |
m_hinting | pk::Font | private |
m_kerning | pk::Font | private |
m_outline | pk::Font | private |
m_path | pk::Font | private |
m_style | pk::Font | private |
normal enum value | pk::Font | |
setFont(TTF_Font *font) | pk::Font | inline |
setFontSize(int s) | pk::Font | |
setFontStyle(int style) | pk::Font | inline |
setHinting(Uint32 hinting) | pk::Font | inline |
setKerning(int allowed) | pk::Font | inline |
setOutline(int outline) | pk::Font | inline |
strikethrough enum value | pk::Font | |
style enum name | pk::Font | |
underline enum value | pk::Font | |
~Font() | pk::Font | virtual |