Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <GUIFontCache.h>
Public Member Functions | |
CGUIFontCache (CGUIFontTTF &font) | |
~CGUIFontCache () | |
Value & | Lookup (const CGraphicContext &context, Position &pos, const std::vector< KODI::UTILS::COLOR::Color > &colors, const vecText &text, uint32_t alignment, float maxPixelWidth, bool scrolling, std::chrono::steady_clock::time_point now, bool &dirtyCache) |
void | Flush () |
Public Attributes | |
const CGUIFontTTF & | m_font |
|
explicit |
|
default |
template void CGUIFontCache< Position, Value >::Flush | ( | ) |
template CGUIFontCacheDynamicValue & CGUIFontCache< Position, Value >::Lookup | ( | const CGraphicContext & | context, |
Position & | pos, | ||
const std::vector< KODI::UTILS::COLOR::Color > & | colors, | ||
const vecText & | text, | ||
uint32_t | alignment, | ||
float | maxPixelWidth, | ||
bool | scrolling, | ||
std::chrono::steady_clock::time_point | now, | ||
bool & | dirtyCache ) |
const CGUIFontTTF& CGUIFontCache< Position, Value >::m_font |