(cs_iso8859_1): Deleted.
authorKenichi Handa <handa@m17n.org>
Mon, 19 May 2008 07:21:25 +0000 (07:21 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 19 May 2008 07:21:25 +0000 (07:21 +0000)
commit21988a0804b92c2130fe780ef0c9d7a66ff3ad45
treea85e04ddc8df0dfc9594c1540cb541935edd84a2
parent686ee703662283c9f84e9a72b8d8fb8a86d6c48c
(cs_iso8859_1): Deleted.
(ft_face_cache): New variable.
(struct ftfont_info): New member fc_charset_idx;
(ftfont_build_basic_charsets): Deleted.
(fc_charset_table): New variable.
(ftfont_pattern_entity): New arg fc_charset_idx.  Store (FILENAME
. FC_CHARSET_IDX) as :font-entity property in the font entity.
Callers changed.
(ftfont_lookup_cache, ftfont_get_charset): New funcitons.
(ftfont_spec_pattern): New argument fc_charset_idx.  Check
registry more rigidly.  Callers changed.
(ftfont_open, ftfont_close, ftfont_has_char): Adjustd for the
change of :font-entity property of the font.
src/ftfont.c