Kodi Documentation 22.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, KODI::UTILS::COLOR::Color textColor, KODI::UTILS::COLOR::Color shadowColor, float lineSpacing, float origHeight, CGUIFontTTF *font) | CGUIFont | |
DrawScrollingText(float x, float y, const std::vector< KODI::UTILS::COLOR::Color > &colors, KODI::UTILS::COLOR::Color shadowColor, const vecText &text, uint32_t alignment, float maxPixelWidth, const CScrollInfo &scrollInfo) | CGUIFont | |
DrawText(float x, float y, KODI::UTILS::COLOR::Color color, KODI::UTILS::COLOR::Color shadowColor, const vecText &text, uint32_t alignment, float maxPixelWidth) | CGUIFont | inline |
DrawText(float x, float y, const std::vector< KODI::UTILS::COLOR::Color > &colors, KODI::UTILS::COLOR::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 |
SetFont(CGUIFontTTF *font) | CGUIFont | |
UpdateScrollInfo(const vecText &text, CScrollInfo &scrollInfo) | CGUIFont | |
~CGUIFont() | CGUIFont | virtual |