Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CGUIFont Member List

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::Color textColor, UTILS::COLOR::Color shadowColor, float lineSpacing, float origHeight, CGUIFontTTF *font)CGUIFont
DrawScrollingText(float x, float y, const std::vector< UTILS::COLOR::Color > &colors, UTILS::COLOR::Color shadowColor, const vecText &text, uint32_t alignment, float maxPixelWidth, const CScrollInfo &scrollInfo)CGUIFont
DrawText(float x, float y, UTILS::COLOR::Color color, UTILS::COLOR::Color shadowColor, const vecText &text, uint32_t alignment, float maxPixelWidth)CGUIFontinline
DrawText(float x, float y, const std::vector< UTILS::COLOR::Color > &colors, UTILS::COLOR::Color shadowColor, const vecText &text, uint32_t alignment, float maxPixelWidth)CGUIFont
End()CGUIFont
GetCharWidth(character_t ch)CGUIFont
GetFont() constCGUIFontinline
GetFontName()CGUIFont
GetLineHeight() constCGUIFont
GetScaleFactor() constCGUIFont
GetStyle() constCGUIFontinline
GetTextBaseLine() constCGUIFont
GetTextHeight(int numLines) constCGUIFont
GetTextWidth(const vecText &text)CGUIFont
m_fontCGUIFontprotected
m_lineSpacingCGUIFontprotected
m_origHeightCGUIFontprotected
m_shadowColorCGUIFontprotected
m_strFontNameCGUIFontprotected
m_styleCGUIFontprotected
m_textColorCGUIFontprotected
SetFont(CGUIFontTTF *font)CGUIFont
UpdateScrollInfo(const vecText &text, CScrollInfo &scrollInfo)CGUIFont
~CGUIFont()CGUIFontvirtual