GameKit
0.0.1a
C++ gamedev tools
|
This is the complete list of members for gk::Font, including all inherited members.
Font()=default | gk::Font | |
Font(const std::string &filename) | gk::Font | inline |
getFont(int ptsize) const | gk::Font | |
loadFont(int ptsize) const | gk::Font | |
loadFromFile(const std::string &filename) | gk::Font | inline |
m_filename | gk::Font | private |
m_fonts | gk::Font | mutableprivate |
m_hinting | gk::Font | private |
m_kerning | gk::Font | private |
m_outline | gk::Font | private |
NonCopyable()=default | gk::NonCopyable | protected |
NonCopyable(const NonCopyable &)=delete | gk::NonCopyable | protected |
operator=(const NonCopyable &)=delete | gk::NonCopyable | protected |
setFontHinting(int hinting) | gk::Font | inline |
setFontKerning(int kerning) | gk::Font | inline |
setFontOutline(int outline) | gk::Font | inline |
TTF_FontPtr typedef | gk::Font | private |
update() | gk::Font | private |