From: Han-Wen Nienhuys Date: Thu, 30 Dec 2004 00:04:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.5.14~335 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dd11a394725f120316c874c104f595f34d8e08c3;p=lilypond.git *** empty log message *** --- diff --git a/Documentation/topdocs/NEWS.texi b/Documentation/topdocs/NEWS.texi index edf13796d6..6c4dba29b6 100644 --- a/Documentation/topdocs/NEWS.texi +++ b/Documentation/topdocs/NEWS.texi @@ -7,6 +7,19 @@ @unnumbered New features in 2.5 since 2.4 @itemize @bullet + +@item +LilyPond now optionally uses Pango and FontConfig for selecting and +rendering internationalized text. This is supported for backends other +than @TeX{}. A font may be selected by using a FontConfig name, + +@example +\override TextScript #'font-name = #"Serif" +@end example + +Input strings encoded in UTF-8 are then rendered properly through +Pango. + @item Metrics of blocks of text can be retrieved from (La)@TeX{} directly, using the @code{-f texstr} output backend. This provides exact metrics