Mercurial > hg > xemacs-beta
comparison src/objects-msw.c @ 3659:98af8a976fc3
[xemacs-hg @ 2006-11-05 22:31:31 by aidan]
Support specifying fonts for particular character sets in Mule; support
translation to ISO 10646-1 for Mule character sets without an otherwise
matching font; move to a vector of X11-charset-X11-registry instead of a
regex for the charset-registry property.
author | aidan |
---|---|
date | Sun, 05 Nov 2006 22:31:46 +0000 |
parents | 491f8cf78a9c |
children | b880e45ea63b |
comparison
equal
deleted
inserted
replaced
3658:0db1aaedbbef | 3659:98af8a976fc3 |
---|---|
2180 /* Find a font spec that matches font spec FONT and also matches | 2180 /* Find a font spec that matches font spec FONT and also matches |
2181 (the registry of) CHARSET. */ | 2181 (the registry of) CHARSET. */ |
2182 | 2182 |
2183 static Lisp_Object | 2183 static Lisp_Object |
2184 mswindows_find_charset_font (Lisp_Object device, Lisp_Object font, | 2184 mswindows_find_charset_font (Lisp_Object device, Lisp_Object font, |
2185 Lisp_Object charset, int stage) | 2185 Lisp_Object charset, |
2186 enum font_specifier_matchspec_stages stage) | |
2186 { | 2187 { |
2187 Lisp_Object fontlist, fonttail; | 2188 Lisp_Object fontlist, fonttail; |
2188 | 2189 |
2189 /* If FONT specifies a particular charset, this will only list fonts with | 2190 /* If FONT specifies a particular charset, this will only list fonts with |
2190 that charset; otherwise, it will list fonts with all charsets. */ | 2191 that charset; otherwise, it will list fonts with all charsets. */ |