]> git.eshelyaron.com Git - emacs.git/commit
If USE_FONT_BACKEND is defined, include "font.h".
authorKenichi Handa <handa@m17n.org>
Tue, 6 Jun 2006 03:52:26 +0000 (03:52 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 6 Jun 2006 03:52:26 +0000 (03:52 +0000)
commite37ba1131075a6a9cadf38a741b2a2bd1133b3d2
tree2702d4c3190775ab45b0eb3553d6220dcf79e874
parent698ca23e826335143568d1deb1e37b3d25c41d2e
If USE_FONT_BACKEND is defined, include "font.h".
Through out the file, use FONT_INFO_FROM_FACE instead of
FONT_INFO_FROM_ID, use get_per_char_metric instead of
rif->per_char_metric.
(handle_composition_prop) [USE_FONT_BACKEND]: If the composition
method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
(get_glyph_face_and_encoding, fill_composite_glyph_string)
(get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
(x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
nonzero, use font-backend mechanism.
(get_per_char_metric): New function.
src/xdisp.c