Re: Can we change text font while keep it italic?

2019-02-02 Thread Fan Hongtao
Aaron, Thank you for your help & Happy Spring Festival . On Tue, Jan 29, 2019 at 11:56 PM Aaron Hill wrote: > On 2019-01-29 12:51 am, Fan Hongtao wrote: > > User backend properties > > < >

Re: Can we change text font while keep it italic?

2019-01-29 Thread Aaron Hill
On 2019-01-29 12:51 am, Fan Hongtao wrote: User backend properties says: font-name (string) Specifies a file name (without extension) of the font to load. This setting overrides selection using font-family,

Can we change text font while keep it italic?

2019-01-29 Thread Fan Hongtao
Hi all, When I write italic text in markup, code looks like \version "2.18.2" \markup { \italic { Hello, world. } } If I change font in the markup, the text are not italic anymore. \version "2.18.2" \markup { \override #'(font-name . "Century") \italic { Hello, world. } } User backend