(POINT_TO_PIXEL): Don't divice POINT by 10.
authorKenichi Handa <handa@m17n.org>
Mon, 19 Jun 2006 12:43:59 +0000 (12:43 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 19 Jun 2006 12:43:59 +0000 (12:43 +0000)
commit9331887d8d56a6a40f4a8fcc19f66b0ccb307e9d
tree962a764d1350ccc247b4841fa9c12306004d99d6
parent63565713ad24051f6a1d4422863a7921cedc8f27
(POINT_TO_PIXEL): Don't divice POINT by 10.
(QCspacing, QCdpi): New variables.
(syms_of_font): Initialize them.
(font_pixel_size): New function.
(font_put_extra): New function.
(font_parse_xlfd): Fix handling of font size.  Add QCdpi property
in FONT_EXTRA.
(font_parse_fcname): Handle enumenrated values (e.g. bold).  Fix
handling font size.  Add QCname property that contains only
unknown properties.
(font_score): Change argument.  Caller changed.  Pay attention to
FONT_PIXEL_SIZE_QUANTUM.
(font_sort_entites): Fix handling of font size.
(font_list_entities): Likewise.
(font_find_for_lface): Likewise.
(font_open_for_lface): Likewise.
(font_open_by_name): Likewise.
(Ffont_spec): Add QCname property that contains only unknown
properties.
src/font.c