![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <GUIFontCache.h>
Public Member Functions | |
CGUIFontCache (CGUIFontTTFBase &font) | |
~CGUIFontCache () | |
Value & | Lookup (Position &pos, const std::vector< UTILS::Color > &colors, const vecText &text, uint32_t alignment, float maxPixelWidth, bool scrolling, unsigned int nowMillis, bool &dirtyCache) |
void | Flush () |
Public Attributes | |
const CGUIFontTTFBase & | m_font |
|
explicit |
template CGUIFontCache< Position, Value >::~CGUIFontCache | ( | ) |
template void CGUIFontCache< Position, Value >::Flush | ( | ) |
template CGUIFontCacheDynamicValue & CGUIFontCache< Position, Value >::Lookup | ( | Position & | pos, |
const std::vector< UTILS::Color > & | colors, | ||
const vecText & | text, | ||
uint32_t | alignment, | ||
float | maxPixelWidth, | ||
bool | scrolling, | ||
unsigned int | nowMillis, | ||
bool & | dirtyCache | ||
) |
const CGUIFontTTFBase& CGUIFontCache< Position, Value >::m_font |