Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CGUIFontCacheKey< Position > Struct Template Reference

#include <GUIFontCache.h>

Public Member Functions

 CGUIFontCacheKey (Position pos, std::vector< 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< UTILS::COLOR::Color > & m_colors
 
vecTextm_text
 
uint32_t m_alignment
 
float m_maxPixelWidth
 
bool m_scrolling
 
const TransformMatrixm_matrix
 
float m_scaleX
 
float m_scaleY
 

Constructor & Destructor Documentation

◆ CGUIFontCacheKey()

template<class Position >
CGUIFontCacheKey< Position >::CGUIFontCacheKey ( Position pos,
std::vector< UTILS::COLOR::Color > & colors,
vecText & text,
uint32_t alignment,
float maxPixelWidth,
bool scrolling,
const TransformMatrix & matrix,
float scaleX,
float scaleY )
inline

Member Data Documentation

◆ m_alignment

template<class Position >
uint32_t CGUIFontCacheKey< Position >::m_alignment

◆ m_colors

template<class Position >
std::vector<UTILS::COLOR::Color>& CGUIFontCacheKey< Position >::m_colors

◆ m_matrix

template<class Position >
const TransformMatrix& CGUIFontCacheKey< Position >::m_matrix

◆ m_maxPixelWidth

template<class Position >
float CGUIFontCacheKey< Position >::m_maxPixelWidth

◆ m_pos

template<class Position >
Position CGUIFontCacheKey< Position >::m_pos

◆ m_scaleX

template<class Position >
float CGUIFontCacheKey< Position >::m_scaleX

◆ m_scaleY

template<class Position >
float CGUIFontCacheKey< Position >::m_scaleY

◆ m_scrolling

template<class Position >
bool CGUIFontCacheKey< Position >::m_scrolling

◆ m_text

template<class Position >
vecText& CGUIFontCacheKey< Position >::m_text

The documentation for this struct was generated from the following file: