Utilizzo di stili del testo diversi nello stesso elemento

• Mar 23, 2024 - 10:40

Ciao a tutti.
Avrei necessità di inserire, nel piè di pagina, una parte di testo in corsivo ed un'altra invece "normale".
Però, quando modifico lo stile del testo nelle impostazioni di stile, viene modificato l'intero testo; sapete se è possibile andare a modificarne solo una parte in corsivo?

Grazie


Comments

Try putting in this:
Some text in <i>italic</i> and some in <b>bold</b>

Other allowed formattings are
<u>underline</u>
<s>strikeout</s> (Mu4 only, 3.7 too)
<sub>subscript</sub>
<sup>superscript</sup>
<sym>segno</sym> (SMuFL symbol)
and
<font size="10">....</font>
<font face="Arial">....</font>
these can be combined into one
<font size="10"face="Arial">....</font>
The closing font tag is basically ignored, so that setting is valid to the end of the string or the start of the next font tag, but see https://github.com/musescore/MuseScore/pull/21972, which is supposed to fix that

Should then look like this:
foo.png

Attachment Size
foo.png 12.87 KB

Do you still have an unanswered question? Please log in first to post your question.