|
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, std::span< const KODI::UTILS::COLOR::Color > colors, KODI::UTILS::COLOR::Color shadowColor, std::span< const character_t > 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, std::span< const character_t > text, uint32_t alignment, float maxPixelWidth) | CGUIFont | inline |
| DrawText(float x, float y, std::span< const KODI::UTILS::COLOR::Color > colors, KODI::UTILS::COLOR::Color shadowColor, std::span< const character_t > 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(std::span< const character_t > 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(std::span< const character_t > text, CScrollInfo &scrollInfo) | CGUIFont | |
| ~CGUIFont() | CGUIFont | virtual |