From 182ccc0a6221135fca3dbc2a2b2cd4664c3e7577 Mon Sep 17 00:00:00 2001 From: handa Date: Sat, 2 Oct 2004 02:55:13 +0000 Subject: [PATCH] *** empty log message *** --- src/ChangeLog | 4 ++++ src/m17n-gui.c | 17 +++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index deb8db4..71d1ae8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2004-10-02 Kenichi Handa + + * m17n-X.c (device_open): Handle Mfont key in PLIST. + 2004-09-30 Kenichi Handa * font-ft.c (ft_select): Ignore family on calling mfont__score. diff --git a/src/m17n-gui.c b/src/m17n-gui.c index 917462b..009a03e 100644 --- a/src/m17n-gui.c +++ b/src/m17n-gui.c @@ -494,6 +494,14 @@ MSymbol Mfont_descent; The created frame uses the specified colormap. +
  • #Mfont, the value must be #Mx or #Mfreetype. + + This specifies which font backend to use. #Mx means to use only X + core fonts, and #Mfreetype means to use only local fonts supported + by FreeType fonts. It is ignored if the specified font backend is + not supported on the device. By default, all font backend + supported on the device are used. + @return @@ -582,6 +590,15 @@ MSymbol Mfont_descent; À¸À®¤µ¤ì¤¿¥Õ¥ì¡¼¥à¤Ï¡¢»ØÄꤷ¤¿¥«¥é¡¼¥Þ¥Ã¥×¤ò»ÈÍѤ¹¤ë¡£ +
  • #Mfont. ÃÍ¤Ï #Mx ¤« #Mfreetype ¤Ç¤Ê¤¯¤Æ¤Ï¤Ê¤é¤Ê¤¤¡£ + + ¤³¤ì¤Ï¤É¤Î¥Õ¥©¥ó¥È¥Ð¥Ã¥¯¥¨¥ó¥É¤ò»È¤¦¤«¤ò»ØÄꤹ¤ë¡£#Mx ¤Ï X ¥³¥¢¥Õ¥© + ¥ó¥È¤Î¤ß¤ò¡¢ #Mfreetype ¤Ï FreeType ¥é¥¤¥Ö¥é¥ê¤Ë¤è¤ë¥í¡¼¥«¥ë¥Õ¥©¥ó + ¥È¤Î¤ß¤ò»È¤¦¤³¤È¤ò°ÕÌ£¤¹¤ë¡£¤â¤·»ØÄꤵ¤ì¤¿¥Õ¥©¥ó¥È¥Ð¥Ã¥¯¥¨¥ó¥É¤¬¥Õ + ¥ì¡¼¥à¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤«¤Ã¤¿¤é¡¢¤³¤Î»ØÄê¤Ï̵»ë¤µ¤ì¤ë¡£¤³¤Î»ØÄê + ¤¬¤Ê¤±¤ì¤Ð¥Õ¥ì¡¼¥à¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¤¹¤Ù¤Æ¤Î¥Õ¥©¥ó¥È¥Ð¥Ã¥¯¥¨¥ó¥É + ¤¬»È¤ï¤ì¤ë¡£ + @return -- 1.7.10.4