|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <GUIFontCache.h>
Public Member Functions | |
| CGUIFontCacheKey (Position pos, std::span< const KODI::UTILS::COLOR::Color > colors, std::span< const character_t > text, uint32_t alignment, float maxPixelWidth, bool scrolling, const TransformMatrix &matrix, float scaleX, float scaleY) | |
Public Attributes | |
| Position | m_pos |
| std::span< const KODI::UTILS::COLOR::Color > | m_colors |
| std::span< const character_t > | 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::span<const 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 |
| std::span<const character_t> CGUIFontCacheKey< Position >::m_text |