Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
KODI::SUBTITLES::STYLE::style Struct Reference

#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
 

Member Data Documentation

◆ alignment

FontAlign KODI::SUBTITLES::STYLE::style::alignment = FontAlign::TOP_LEFT

◆ assOverrideFont

bool KODI::SUBTITLES::STYLE::style::assOverrideFont = false

◆ assOverrideStyles

OverrideStyles KODI::SUBTITLES::STYLE::style::assOverrideStyles = OverrideStyles::DISABLED

◆ backgroundColor

UTILS::COLOR::Color KODI::SUBTITLES::STYLE::style::backgroundColor = UTILS::COLOR::BLACK

◆ backgroundOpacity

int KODI::SUBTITLES::STYLE::style::backgroundOpacity = 0

◆ blur

int KODI::SUBTITLES::STYLE::style::blur = 0

◆ borderStyle

BorderType KODI::SUBTITLES::STYLE::style::borderStyle = BorderType::OUTLINE

◆ fontBorderColor

UTILS::COLOR::Color KODI::SUBTITLES::STYLE::style::fontBorderColor = UTILS::COLOR::BLACK

◆ fontBorderSize

int KODI::SUBTITLES::STYLE::style::fontBorderSize = 15

◆ fontColor

UTILS::COLOR::Color KODI::SUBTITLES::STYLE::style::fontColor = UTILS::COLOR::WHITE

◆ fontName

std::string KODI::SUBTITLES::STYLE::style::fontName

◆ fontOpacity

int KODI::SUBTITLES::STYLE::style::fontOpacity = 100

◆ fontSize

double KODI::SUBTITLES::STYLE::style::fontSize

◆ fontStyle

FontStyle KODI::SUBTITLES::STYLE::style::fontStyle = FontStyle::NORMAL

◆ marginVertical

int KODI::SUBTITLES::STYLE::style::marginVertical = MARGIN_VERTICAL

◆ shadowColor

UTILS::COLOR::Color KODI::SUBTITLES::STYLE::style::shadowColor = UTILS::COLOR::BLACK

◆ shadowOpacity

int KODI::SUBTITLES::STYLE::style::shadowOpacity = 100

◆ shadowSize

int KODI::SUBTITLES::STYLE::style::shadowSize = 0

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