(xlfd_parse_name): Add const to the arg name. Call
authorhanda <handa>
Sat, 20 Aug 2005 02:37:49 +0000 (02:37 +0000)
committerhanda <handa>
Sat, 20 Aug 2005 02:37:49 +0000 (02:37 +0000)
commit7d9ea2108ee2cdf2ad374f34075437cd2da14426
treea9c1303f198bc60bba5737b44666131b7d41e468
parent8cbc4a78597aace8d6c3d688b39f5a0e5d94dad4
(xlfd_parse_name): Add const to the arg name.  Call
mfont__set_property instead of mfont_set_spec.  Set font->spacing.
(xlfd_unparse_name): Handle spacing.
(mfont__init): Initialize new variables.
(mfont__id): Handle spacing.
(mfont__merge): Likewise.
(mfont__set_spec): This function deleted.
(mfont__parse_name_into_font): Add const to the arg name.  Fix the
condition of calling mfont__ft_parse_name.
(Mspacing, Mascent, Mdescent, Mmax_advance): New variables.
(mfont_get_prop): Handle properties spacing, ascent, descent,
and max-advance.
(mfont_find): Return a realized font.
(mfont_from_name): Add const to the arg name.
src/font.c