]> git.eshelyaron.com Git - emacs.git/commit
(fontset_face): Create a fallback fontset on demand
authorKenichi Handa <handa@m17n.org>
Wed, 29 Oct 2003 11:51:42 +0000 (11:51 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 29 Oct 2003 11:51:42 +0000 (11:51 +0000)
commit452a78e0a94c69ef8c45563689e865edacbf537e
tree45a5584183cdb7ad228152d73097b22a6ad8da15
parent741caaa7093ecad3e530e93b865e42b37388563f
(fontset_face): Create a fallback fontset on demand
(make_fontset): Don't create a fallback fontset here.
(free_face_fontset): Free a fallback fontset (if any) too.
(n_auto_fontsets): Delete this variable.
(auto_fontset_alist): New variable.
(new_fontset_from_font_name): Check auto_fontset_alist.
(dump_fontset) [FONTSET_DEBUG]: Fully re-written.
(Ffontset_list_all) [FONTSET_DEBUG]: New function.
(syms_of_fontset): Initialize and staticpro auto_fontset_alist.
Defsubr Sfontset_list_all.
src/fontset.c