|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CGUIFont, including all inherited members.
| Begin() | CGUIFont | |
| CGUIFont(const std::string &strFontName, uint32_t style, UTILS::Color textColor, UTILS::Color shadowColor, float lineSpacing, float origHeight, CGUIFontTTFBase *font) | CGUIFont | |
| DrawScrollingText(float x, float y, const std::vector< UTILS::Color > &colors, UTILS::Color shadowColor, const vecText &text, uint32_t alignment, float maxPixelWidth, const CScrollInfo &scrollInfo) | CGUIFont | |
| DrawText(float x, float y, UTILS::Color color, UTILS::Color shadowColor, const vecText &text, uint32_t alignment, float maxPixelWidth) | CGUIFont | inline |
| DrawText(float x, float y, const std::vector< UTILS::Color > &colors, UTILS::Color shadowColor, const vecText &text, uint32_t alignment, float maxPixelWidth) | CGUIFont | |
| End() | CGUIFont | |
| GetCharWidth(character_t ch) | CGUIFont | |
| GetFont() const | CGUIFont | inline |
| GetFontName() | CGUIFont | |
| GetLineHeight() const | CGUIFont | |
| GetScaleFactor() const | CGUIFont | |
| GetStyle() const | CGUIFont | inline |
| GetTextBaseLine() const | CGUIFont | |
| GetTextHeight(int numLines) const | CGUIFont | |
| GetTextWidth(const vecText &text) | CGUIFont | |
| m_font | CGUIFont | protected |
| m_lineSpacing | CGUIFont | protected |
| m_origHeight | CGUIFont | protected |
| m_shadowColor | CGUIFont | protected |
| m_strFontName | CGUIFont | protected |
| m_style | CGUIFont | protected |
| m_textColor | CGUIFont | protected |
| RemapGlyph(wchar_t letter) | CGUIFont | static |
| SetFont(CGUIFontTTFBase *font) | CGUIFont | |
| UpdateScrollInfo(const vecText &text, CScrollInfo &scrollInfo) | CGUIFont | |
| ~CGUIFont() | CGUIFont | virtual |