Translations:Kdenlive/Manual/Timeline/Editing/156/en: Difference between revisions
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
{{Tip| SRT supports markup for: bold, italic, underline, and text color. | {{Tip| SRT supports markup for: bold, italic, underline, and text color. | ||
* <nowiki> <b>text in boldface</b> </nowiki> | * <code><nowiki> <b>text in boldface</b> </nowiki></code> | ||
* <nowiki> <i>text in italics</i> </nowiki> | * <code><nowiki> <i>text in italics</i> </nowiki></code> | ||
* <nowiki> <u>text underlined</u> </nowiki> | * <code><nowiki> <u>text underlined</u> </nowiki></code> | ||
* <nowiki> <font color="#00ff00"> text in green</font> </nowiki> you can use the font tag only to change color. | * <code><nowiki> <font color="#00ff00"> text in green</font> </nowiki></code> you can use the font tag only to change color. | ||
* And all combined: <nowiki> <font color="#00ff00"><b><i><u>All combined</u></i></b></font> </nowiki> | * And all combined: <nowiki> <font color="#00ff00"><b><i><u>All combined</u></i></b></font> </nowiki> | ||
<!--}}--> | <!--}}--> |
Revision as of 23:40, 14 May 2021
{{Tip| SRT supports markup for: bold, italic, underline, and text color.
<b>text in boldface</b>
<i>text in italics</i>
<u>text underlined</u>
<font color="#00ff00"> text in green</font>
you can use the font tag only to change color.- And all combined: <font color="#00ff00"><b><i><u>All combined</u></i></b></font>