]> git.eshelyaron.com Git - emacs.git/commit
Don't include Freetype headers. Include "ftfont.h".
authorKenichi Handa <handa@m17n.org>
Sat, 1 Dec 2007 02:39:27 +0000 (02:39 +0000)
committerKenichi Handa <handa@m17n.org>
Sat, 1 Dec 2007 02:39:27 +0000 (02:39 +0000)
commitde023c40add5f5dcb627baa0b299da9038d5711b
treef0ec430ac304b545c04b4ad7d6632475cde7af7a
parent8b67c40a93d42716b912bd716903ef9991a15072
Don't include Freetype headers.  Include "ftfont.h".
(struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
(ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
(ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
font_otf_capability and font_drive_otf, set ftfont_shape.
(ftfont_list): Adjusted for the change of :otf property value.
(struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
(ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
(adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
(ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.s
(DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
(otf_gstring, gstring, m17n_flt_initialized): New variables.
src/ftfont.c