24 Jan
2021
24 Jan
'21
7:26 a.m.
I see in titler.C default color mapped to BLACK: TitleConfig::TitleConfig() { strcpy(font, "fixed"); strcpy(encoding, DEFAULT_ENCODING); style = FONT_ALIAS; size = 48; color = BLACK; alpha = 0xff; outline_size = 0.; outline_color = WHITE; outline_alpha = 0xff; Why it set like this? I mean, I used to imagine subtitles start from white .... For now I just copied those settings in my reset function.