(MFTtoProp): Member completely changed.
authorhanda <handa>
Mon, 13 Sep 2004 02:09:08 +0000 (02:09 +0000)
committerhanda <handa>
Mon, 13 Sep 2004 02:09:08 +0000 (02:09 +0000)
commit7d9517d63092fffab25778304e05db4bb22cfc1b
treec9d891cf9537242b2ad367a71d513317479d1450
parent1df22eb20b7e941829e6815500a30200e3b23307
(MFTtoProp): Member completely changed.
(ft_to_prop): Adjusted for the above change.
(ft_to_prop_size): Likewise.
(set_font_info): Adjusted for the change of MFTtoProp.
(fc_generic_family_list): New variable.
(fc_list): Add special handling of generic font names.
(mfont__ft_init): Adjusted for the change of MFTtoProp.
Initialize fc_generic_family_list.
(mfont__ft_fini): Don't free ft_to_prop.  Free
fc_generic_family_list.
(FC_vs_M17N_font_prop): New type.
(fc_weight_table, fc_slant_table, fc_width_table): New variables.
(fc_decode_prop, fc_encode_prop): New functions.
(mfont__ft_parse_name): Use fc_decode_prop.
(mfont__ft_unparse_name): Use fc_encode_prop.
src/font-ft.c