Utilizzo di stili del testo diversi nello stesso elemento
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:
In reply to Try putting in this: Some… by Jojo-Schmitz
Thank you so much, it worked!
In reply to Try putting in this: Some… by Jojo-Schmitz
Now i have another question, it's more subtle.
How can insert that text outside of the page margins?
In reply to Now i have another question,… by Elia Dolfi
You can't, that's the entire purpose of page margins
In reply to Now i have another question,… by Elia Dolfi
Page margins define the printable area of the page. They are intended to be more physical boundaries than logical.
In reply to Try putting in this: Some… by Jojo-Schmitz
Hi, if i insert some text in italic with technique, all the text becomes italic, but i only want a part of it being italic.
How can i do it? Because writing italica doesn't work
In reply to Hi, if i insert some text in… by Elia Dolfi
(I hope this works?) You would type something along the lines of ...
I want <i>only this text</i> to be in italics.
... to get ...
I want only this text to be in italics.