From: handa Date: Thu, 20 May 2004 06:50:07 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: withdl~197 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b36d2dca15caee17f5565c39e935f074104cbd3;p=m17n%2Fm17n-lib.git *** empty log message *** --- diff --git a/NEWS b/NEWS index be6304f..c301404 100644 --- a/NEWS +++ b/NEWS @@ -7,16 +7,22 @@ See the end for copying conditions. * Changes in the m17n library 1.1 -** The "configure" script now detects Xft2 library. +** The "configure" script now detects Fontconfig and Xft2 libraries. -If Xft2 library is found, find local font files (that are to be -handled by the Freetype library) by fontconfig, and draw text by Xft. +If Fontconfig library is found, find local font files (that are to be +handled by the Freetype library) by fontconfig, and if Xft2 library is +also found, draw text by Xft. ** MDrawControl has a new member `anti_alias'. If MDrawControl->anti_alias is nonzero, try to draw anti-aliased text. -This is done only when a local font file is used for drawing. +If Xft2 library can be used, the anti-alias processing is done by +Xft2's drawing routine. Otherwise, the m17n library itself does it. +** Modification of face is now automatically refelected to the next drawing. + +So, an application can change the default face of a frame after the +frame is created. * Changes in the m17n library 1.0 @@ -26,9 +32,8 @@ This is done only when a local font file is used for drawing. * Copyright information -Copyright (C) 2003, 2004 - National Institute of Advanced Industrial Science and Technology (AIST) - Registration Number H15PRO112 +Copyright (C) 2003, 2004 National Institute of Advanced Industrial + Science and Technology (AIST) Registration Number H15PRO112 This file is part of the m17n library.