]> git.eshelyaron.com Git - emacs.git/commit
(reorder_font_vector): Fix typo.
authorKenichi Handa <handa@m17n.org>
Mon, 28 Jan 2008 07:03:27 +0000 (07:03 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 28 Jan 2008 07:03:27 +0000 (07:03 +0000)
commitd67f7f1a571584917dabc507330909c14fece5e1
tree8ce571b8078a26181723a0ef6e703de4cde23a15
parent43071057a26bf3f01e8ede479ca817096d7ff565
(reorder_font_vector): Fix typo.
(fontset_find_font): Don't add a font-spec specifying a script.
Use 0 (not Qt) for the indication of empty font-group.  Change the
format of RFONT-DEF.  Return Qt if no font in the font-group
support the character.
(fontset_font): Adjusted for the above change.  If no font was
found the character, remember that.
(face_for_char): Adjusted for the change of RFONT-DEF.
(Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
no font for the target.
(Finternal_char_font): Adjusted for the change of RFONT-DEF.
src/fontset.c