From f8e3badd6182d828f0aceaa8722aa66ce32a0ad9 Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 13 Jul 2004 01:42:12 +0000 Subject: [PATCH] (FontLayoutCmdOTF): Moved from font-flt.c. (MGlyph): New member otf_cmd. --- src/internal-gui.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/internal-gui.h b/src/internal-gui.h index dc13947..06081ad 100644 --- a/src/internal-gui.h +++ b/src/internal-gui.h @@ -114,6 +114,14 @@ enum glyph_type typedef struct { + MSymbol script; + MSymbol langsys; + MSymbol gsub_features; + MSymbol gpos_features; +} FontLayoutCmdOTF; + +typedef struct +{ int pos, to; int c; unsigned code; @@ -121,6 +129,9 @@ typedef struct MRealizedFace *rface; short width, ascent, descent, lbearing, rbearing; short xoff, yoff; +#ifdef HAVE_OTF + FontLayoutCmdOTF *otf_cmd; +#endif unsigned enabled : 1; unsigned left_padding : 1; unsigned right_padding : 1; -- 1.7.10.4