(ftxfont_list): Return a list, not vector.
authorKenichi Handa <handa@m17n.org>
Wed, 14 May 2008 01:34:02 +0000 (01:34 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 14 May 2008 01:34:02 +0000 (01:34 +0000)
commita952e54c4a2510de9592a48a187636576cd5f382
tree9eefefc4782e70b06868b284b431658eb6c43560
parent42984a746c17fd54c187bcf69f4609d59f1d0f86
(ftxfont_list): Return a list, not vector.
(ftxfont_open): Return a font-ojbect.  Adjusted for the change of
struct font.  Get underline_thickness and underline_position from
font property.  Don't update dpyinfo->smallest_font_height and
dpyinfo->smallest_char_width.
(ftxfont_close): Don't decrese FRAME_X_DISPLAY_INFO (f)->n_fonts.
(ftxfont_draw): Adjusted for the change of struct font.
src/ftxfont.c