]> code.delx.au - gnu-emacs/commit
(font_family_registry): Even if FONTNAME conform to
authorKenichi Handa <handa@m17n.org>
Sun, 28 Jan 2001 01:12:01 +0000 (01:12 +0000)
committerKenichi Handa <handa@m17n.org>
Sun, 28 Jan 2001 01:12:01 +0000 (01:12 +0000)
commit8d04974a78b0081de2436d3cc06033d927a7b6e1
tree32dee9828485d49c8f06206a74288b711d1a28c1
parentc09a64404772acd7c9f79e4826579fcbd3f01b3b
(font_family_registry): Even if FONTNAME conform to
XLFD, if it specifies other fields than family and registry,
return FONTANME.  New argument FORCE if nonzero cancel that
feature.
(fontset_font_pattern): Call font_family_registry with FORCE 1 for
a signle byte character.  Don't set FAMILY part to nil here.  It
is handled by the caller choose_face_font.
(Fnew_fontset): Call font_family_registry with FORCE 0.
(Fset_fontset_font): Likewise.
src/fontset.c