Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <GUIFontCache.h>
Public Member Functions | |
CGUIFontCacheKey (Position pos, std::vector< KODI::UTILS::COLOR::Color > &colors, vecText &text, uint32_t alignment, float maxPixelWidth, bool scrolling, const TransformMatrix &matrix, float scaleX, float scaleY) | |
Public Attributes | |
Position | m_pos |
std::vector< KODI::UTILS::COLOR::Color > & | m_colors |
vecText & | m_text |
uint32_t | m_alignment |
float | m_maxPixelWidth |
bool | m_scrolling |
const TransformMatrix & | m_matrix |
float | m_scaleX |
float | m_scaleY |
|
inline |
uint32_t CGUIFontCacheKey< Position >::m_alignment |
std::vector<KODI::UTILS::COLOR::Color>& CGUIFontCacheKey< Position >::m_colors |
const TransformMatrix& CGUIFontCacheKey< Position >::m_matrix |
float CGUIFontCacheKey< Position >::m_maxPixelWidth |
Position CGUIFontCacheKey< Position >::m_pos |
float CGUIFontCacheKey< Position >::m_scaleX |
float CGUIFontCacheKey< Position >::m_scaleY |
bool CGUIFontCacheKey< Position >::m_scrolling |
vecText& CGUIFontCacheKey< Position >::m_text |