comparison src/ftfont.c @ 90524:b7bcc590bab5

(ftfont_list): Fix typo. (ftfont_build_basic_charsets): Don't include letters with diactrics.
author Kenichi Handa <handa@m17n.org>
date Fri, 07 Jul 2006 11:48:40 +0000
parents 90f8df2248ad
children 45553626fa76
comparison
equal deleted inserted replaced
90523:5cb3d86fe6f0 90524:b7bcc590bab5
85 if (! cs_iso8859_1) 85 if (! cs_iso8859_1)
86 return -1; 86 return -1;
87 for (c = ' '; c < 127; c++) 87 for (c = ' '; c < 127; c++)
88 if (! FcCharSetAddChar (cs_iso8859_1, c)) 88 if (! FcCharSetAddChar (cs_iso8859_1, c))
89 return -1; 89 return -1;
90 #if 0
91 /* This part is currently disabled. Should be fixed later. */
90 for (c = 192; c < 256; c++) 92 for (c = 192; c < 256; c++)
91 if (! FcCharSetAddChar (cs_iso8859_1, c)) 93 if (! FcCharSetAddChar (cs_iso8859_1, c))
92 return -1; 94 return -1;
95 #endif
93 return 0; 96 return 0;
94 } 97 }
95 98
96 static Lisp_Object 99 static Lisp_Object
97 ftfont_pattern_entity (p, frame, registry) 100 ftfont_pattern_entity (p, frame, registry)