From: Han-Wen Nienhuys Date: Thu, 30 Dec 2004 00:05:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.5.14~334 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a931a52a2c18e555d1d6538df04c7a23eda168fc;p=lilypond.git *** empty log message *** --- diff --git a/Documentation/topdocs/NEWS.texi b/Documentation/topdocs/NEWS.texi index 6c4dba29b6..e0b80c953e 100644 --- a/Documentation/topdocs/NEWS.texi +++ b/Documentation/topdocs/NEWS.texi @@ -17,8 +17,17 @@ than @TeX{}. A font may be selected by using a FontConfig name, \override TextScript #'font-name = #"Serif" @end example -Input strings encoded in UTF-8 are then rendered properly through -Pango. + +@noindent +or by setting individual properties, + +@example +\override TextScript #'font-family = #'Times +\override TextScript #'font-series = #'bold +@end example + +@noindent +Input strings encoded in UTF-8 are then rendered through Pango. @item Metrics of blocks of text can be retrieved from (La)@TeX{} directly,