<div dir="ltr">I'm going to test these changes, which I see are more recent than those posted in issue 0000545.<br><br>White text is usually the most logical, especially because when we insert texts many times we do it without content, that is, with a black background and also because white text is usually a better option than black in most cases.<br><br>I don't think there is any problem with you changing this and reversing the Color colors with the Outline.<br><br>When I have tried it, I'll tell you.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El dom, 24 ene 2021 a las 8:27, Andrew Randrianasulu via Cin (<<a href="mailto:cin@lists.cinelerra-gg.org">cin@lists.cinelerra-gg.org</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I see in titler.C default color mapped to BLACK:<br>
<br>
<br>
<br>
TitleConfig::TitleConfig()<br>
{<br>
        strcpy(font, "fixed");<br>
        strcpy(encoding, DEFAULT_ENCODING);<br>
        style = FONT_ALIAS;<br>
        size = 48;<br>
        color = BLACK;<br>
        alpha = 0xff;<br>
        outline_size = 0.;<br>
        outline_color = WHITE;<br>
        outline_alpha = 0xff;<br>
<br>
Why it set like this? I mean, I used to imagine subtitles start from white ....<br>
<br>
For now I just copied those settings in my reset function.<br>
-- <br>
Cin mailing list<br>
<a href="mailto:Cin@lists.cinelerra-gg.org" target="_blank">Cin@lists.cinelerra-gg.org</a><br>
<a href="https://lists.cinelerra-gg.org/mailman/listinfo/cin" rel="noreferrer" target="_blank">https://lists.cinelerra-gg.org/mailman/listinfo/cin</a><br>
</blockquote></div>