From: handa Date: Mon, 3 May 2004 00:52:40 +0000 (+0000) Subject: Fix comment. X-Git-Tag: withdl~236 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32ac79853c1e92de14b77fd2e4a7aabe7be7c201;p=m17n%2Fm17n-lib.git Fix comment. --- diff --git a/src/font.c b/src/font.c index 194af7e..3ddac53 100644 --- a/src/font.c +++ b/src/font.c @@ -101,11 +101,15 @@ The m17n library, if configured to use the FreeType library, supports all fonts that can be handled by the FreeType library. - The variable #mfont_freetype_path is initialized properly accoding + The variable #mfont_freetype_path is initialized properly according to the configuration of the m17n library and the environment variable @c M17NDIR. See the documentation of the variable for details. + If the m17n library is configured to use the Xft librray, in + addition to #mfont_freetype_path, all fonts available via + fontconfig are supported. + The family name of a FreeType font corresponds to the family property. Style names of FreeType fonts correspond to the weight, style, and stretch properties as below. @@ -247,6 +251,10 @@ #mfont_freetype_path ¤Ï m17n ¥é¥¤¥Ö¥é¥ê¤ÎÀßÄê¤È´Ä¶­ÊÑ¿ô @c M17NDIR ¤Ë±þ¤¸¤Æ½é´ü²½¤µ¤ì¤ë¡£¾ÜºÙ¤ÏÊÑ¿ô¤ÎÀâÌÀ¤ò»²¾È¤Î¤³¤È¡£ + ¤â¤· m17n ¥é¥¤¥Ö¥é¥ê¤¬ Xft ¥é¥¤¥Ö¥é¥ê¤ò»È¤¦¤è¤¦¤ËÀßÄꤵ¤ì¤¿¾ì¹ç¤Ë¤Ï¡¢ + #mfont_freetype_path ¤Ë²Ã¤¨¤Æ¡¢ fontconfig ¤Ç»ÈÍѲÄǽ¤Ê¥Õ¥©¥ó¥È¤â¤¹ + ¤Ù¤Æ¥µ¥Ý¡¼¥È¤µ¤ì¤ë¡£ + FreeType ¥Õ¥©¥ó¥È¤Î¥Õ¥¡¥ß¥ê̾¤Ï family ¥×¥í¥Ñ¥Æ¥£¤ËÂбþ¤¹¤ë¡£ FreeType ¥Õ¥©¥ó¥È¤Î¥¹¥¿¥¤¥ë̾¤Ï¡¢²¼¤Îɽ¤Î¤è¤¦¤Ë weight, style, stretch ¥×¥í¥Ñ¥Æ¥£¤ËÂбþ¤¹¤ë¡£