kodi
CGUIFont Member List

This is the complete list of members for CGUIFont, including all inherited members.

Begin() (defined in CGUIFont)CGUIFont
CGUIFont(const std::string &strFontName, uint32_t style, UTILS::COLOR::Color textColor, UTILS::COLOR::Color shadowColor, float lineSpacing, float origHeight, CGUIFontTTF *font) (defined in CGUIFont)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) (defined in CGUIFont)CGUIFont
DrawText(float x, float y, UTILS::COLOR::Color color, UTILS::COLOR::Color shadowColor, const vecText &text, uint32_t alignment, float maxPixelWidth) (defined in CGUIFont)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) (defined in CGUIFont)CGUIFont
End() (defined in CGUIFont)CGUIFont
GetCharWidth(character_t ch) (defined in CGUIFont)CGUIFont
GetFont() const (defined in CGUIFont)CGUIFontinline
GetFontName() (defined in CGUIFont)CGUIFont
GetLineHeight() const (defined in CGUIFont)CGUIFont
GetScaleFactor() constCGUIFont
GetStyle() const (defined in CGUIFont)CGUIFontinline
GetTextBaseLine() const (defined in CGUIFont)CGUIFont
GetTextHeight(int numLines) const (defined in CGUIFont)CGUIFont
GetTextWidth(const vecText &text) (defined in CGUIFont)CGUIFont
m_font (defined in CGUIFont)CGUIFontprotected
m_lineSpacing (defined in CGUIFont)CGUIFontprotected
m_origHeight (defined in CGUIFont)CGUIFontprotected
m_shadowColor (defined in CGUIFont)CGUIFontprotected
m_strFontName (defined in CGUIFont)CGUIFontprotected
m_style (defined in CGUIFont)CGUIFontprotected
m_textColor (defined in CGUIFont)CGUIFontprotected
SetFont(CGUIFontTTF *font) (defined in CGUIFont)CGUIFont
UpdateScrollInfo(const vecText &text, CScrollInfo &scrollInfo) (defined in CGUIFont)CGUIFont
~CGUIFont() (defined in CGUIFont)CGUIFontvirtual