]> git.eshelyaron.com Git - emacs.git/commit
(mac_per_char_metric): Add prototype.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Thu, 22 Dec 2005 08:17:30 +0000 (08:17 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Thu, 22 Dec 2005 08:17:30 +0000 (08:17 +0000)
commitb73e4d84e08e1f7212f42fd582ab4191027ba6db
tree6cd193d5e90b83f1aeeb24d323637bcd1b65648a
parent06505fd8488e37789078acca9868c264f559afc6
(mac_per_char_metric): Add prototype.
(x_per_char_metric) [USE_CG_TEXT_DRAWING]: Remove prototype.
(mac_query_char_extents): New function.
(x_per_char_metric): Use it.
(XLoadQueryFont): Likewise.  Consolidate min/max_bounds calculations.
[USE_CG_TEXT_DRAWING] (mac_draw_string_cg): Use
mac_per_char_metric instead of x_per_char_metric.
(mac_text_extents_16): New function.
(mac_compute_glyph_string_overhangs): Use it.
(mac_unload_font): Free member `bounds' in struct MacFontStruct.
src/ChangeLog
src/macterm.c