(ft_get_charmaps): Check if the font support iso8859-1
authorhanda <handa>
Mon, 19 Sep 2005 00:55:03 +0000 (00:55 +0000)
committerhanda <handa>
Mon, 19 Sep 2005 00:55:03 +0000 (00:55 +0000)
commit5c40ee79cd9c203e23a9b72313caf9a2e3e8a97d
treed01afef878aaaa626483fc5cdc1984ce9dfd758d
parentb1604f58a401951d8d0edeae6d203685d354a6c7
(ft_get_charmaps): Check if the font support iso8859-1
characters.
(fc_weight_table): Add FC_WEIGHT_REGULAR.
(ft_list_family): Check alias.
(ft_list_language): If language is "en", don't try to the second
step.
(ft_default_list): New variable.
(ft_list_default): New function.
(ft_select): If family is not specified, try only the default
fonts.  Treat the weights normal and medium same.
(ft_open): Fix debug message.  If registry is not specified, try
unicode-bmp.  Handle _MULE_BASELINE_OFFSET property of BDF fonts.
(ft_find_metric): Likewise.
(ft_render): Likewise.
(ft_list): Fix debug message.  Accept the registring iso8859-1.
If family is not specified, try only the default fonts.
src/font-ft.c