|
bool | KODI::UTILS::FONT::GetFontFamilyNames (const std::vector< uint8_t > &buffer, std::set< std::string > &familyNames) |
| Get the font family name from a font file, in case of font collection (.ttc) will take the family name of all fonts.
|
|
bool | KODI::UTILS::FONT::GetFontFamilyNames (const std::string &filepath, std::set< std::string > &familyNames) |
| Get the font family name from a font file, in case of font collection (.ttc) will take the family name of all fonts.
|
|
std::string | KODI::UTILS::FONT::GetFontFamily (std::vector< uint8_t > &buffer) |
| Get the font family name from a font file, in case of font collection (.ttc) will take the first available.
|
|
std::string | KODI::UTILS::FONT::GetFontFamily (const std::string &filepath) |
| Get the font family name from a font file, in case of font collection (.ttc) will take the first available.
|
|
bool | KODI::UTILS::FONT::IsSupportedFontExtension (const std::string &filepath) |
| Check if a filename have a supported font extension.
|
|
void | KODI::UTILS::FONT::ClearTemporaryFonts () |
| Removes all temporary fonts, e.g.those extract from MKV containers that are only available during playback.
|
|