From a931a52a2c18e555d1d6538df04c7a23eda168fc Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Thu, 30 Dec 2004 00:05:52 +0000 Subject: [PATCH] *** empty log message *** --- Documentation/topdocs/NEWS.texi | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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, -- 2.39.5