|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <SubtitlesStyle.h>
Public Attributes | |
| std::string | fontName |
| double | fontSize |
| FontStyle | fontStyle = FontStyle::NORMAL |
| UTILS::COLOR::Color | fontColor = UTILS::COLOR::WHITE |
| int | fontBorderSize = 15 |
| UTILS::COLOR::Color | fontBorderColor = UTILS::COLOR::BLACK |
| int | fontOpacity = 100 |
| BorderType | borderStyle = BorderType::OUTLINE |
| UTILS::COLOR::Color | backgroundColor = UTILS::COLOR::BLACK |
| int | backgroundOpacity = 0 |
| int | shadowSize = 0 |
| UTILS::COLOR::Color | shadowColor = UTILS::COLOR::BLACK |
| int | shadowOpacity = 100 |
| FontAlign | alignment = FontAlign::TOP_LEFT |
| OverrideStyles | assOverrideStyles = OverrideStyles::DISABLED |
| bool | assOverrideFont = false |
| int | marginVertical = MARGIN_VERTICAL |
| int | blur = 0 |
| int | lineSpacing = 0 |
| FontAlign KODI::SUBTITLES::STYLE::style::alignment = FontAlign::TOP_LEFT |
| bool KODI::SUBTITLES::STYLE::style::assOverrideFont = false |
| OverrideStyles KODI::SUBTITLES::STYLE::style::assOverrideStyles = OverrideStyles::DISABLED |
| UTILS::COLOR::Color KODI::SUBTITLES::STYLE::style::backgroundColor = UTILS::COLOR::BLACK |
| int KODI::SUBTITLES::STYLE::style::backgroundOpacity = 0 |
| int KODI::SUBTITLES::STYLE::style::blur = 0 |
| BorderType KODI::SUBTITLES::STYLE::style::borderStyle = BorderType::OUTLINE |
| UTILS::COLOR::Color KODI::SUBTITLES::STYLE::style::fontBorderColor = UTILS::COLOR::BLACK |
| int KODI::SUBTITLES::STYLE::style::fontBorderSize = 15 |
| UTILS::COLOR::Color KODI::SUBTITLES::STYLE::style::fontColor = UTILS::COLOR::WHITE |
| std::string KODI::SUBTITLES::STYLE::style::fontName |
| int KODI::SUBTITLES::STYLE::style::fontOpacity = 100 |
| double KODI::SUBTITLES::STYLE::style::fontSize |
| FontStyle KODI::SUBTITLES::STYLE::style::fontStyle = FontStyle::NORMAL |
| int KODI::SUBTITLES::STYLE::style::lineSpacing = 0 |
| int KODI::SUBTITLES::STYLE::style::marginVertical = MARGIN_VERTICAL |
| UTILS::COLOR::Color KODI::SUBTITLES::STYLE::style::shadowColor = UTILS::COLOR::BLACK |
| int KODI::SUBTITLES::STYLE::style::shadowOpacity = 100 |
| int KODI::SUBTITLES::STYLE::style::shadowSize = 0 |