Mercurial > hg > xemacs-beta
comparison src/objects-x.c @ 3354:15fb91e3a115
[xemacs-hg @ 2006-04-23 16:11:16 by stephent]
Xft/fontconfig refactoring, Part I. <87hd4ks29d.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Sun, 23 Apr 2006 16:11:34 +0000 |
parents | b3ab8c197518 |
children | 316fddbf58e2 |
comparison
equal
deleted
inserted
replaced
3353:521d94807505 | 3354:15fb91e3a115 |
---|---|
37 | 37 |
38 #include "console-x-impl.h" | 38 #include "console-x-impl.h" |
39 #include "objects-x-impl.h" | 39 #include "objects-x-impl.h" |
40 | 40 |
41 #ifdef USE_XFT | 41 #ifdef USE_XFT |
42 #include "xft-fonts.h" | 42 #include "font-mgr.h" |
43 #endif | 43 #endif |
44 | 44 |
45 int x_handle_non_fully_specified_fonts; | 45 int x_handle_non_fully_specified_fonts; |
46 | 46 |
47 | 47 |
204 /************************************************************************/ | 204 /************************************************************************/ |
205 /* font instances */ | 205 /* font instances */ |
206 /************************************************************************/ | 206 /************************************************************************/ |
207 | 207 |
208 #ifdef USE_XFT | 208 #ifdef USE_XFT |
209 /* #### all these #defines should probably move to xft-fonts.h */ | 209 /* #### all these #defines should probably move to font-mgr.h */ |
210 | 210 |
211 /* | 211 /* |
212 The format of a fontname (as returned by fontconfig) is not well-documented, | 212 The format of a fontname (as returned by fontconfig) is not well-documented, |
213 But the character repertoire is represented in an ASCII-compatible way. See | 213 But the character repertoire is represented in an ASCII-compatible way. See |
214 fccharset.c (FcCharSetUnparse). So we can use UTF-8 for long names. | 214 fccharset.c (FcCharSetUnparse). So we can use UTF-8 for long names. |