summaryrefslogtreecommitdiff
path: root/pango/opentype/otlbuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/opentype/otlbuffer.h')
-rw-r--r--pango/opentype/otlbuffer.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/pango/opentype/otlbuffer.h b/pango/opentype/otlbuffer.h
index 426b4473..bcb4e3e1 100644
--- a/pango/opentype/otlbuffer.h
+++ b/pango/opentype/otlbuffer.h
@@ -18,12 +18,15 @@
G_BEGIN_DECLS
+#define OTL_GLYPH_PROPERTIES_UNKNOWN 0xFFFF
+
typedef struct OTL_GlyphItemRec_ {
FT_UInt gindex;
FT_UInt properties;
FT_UInt cluster;
FT_UShort component;
FT_UShort ligID;
+ FT_UShort gproperties;
} OTL_GlyphItemRec, *OTL_GlyphItem;
typedef struct OTL_PositionRec_ {
@@ -91,6 +94,9 @@ G_BEGIN_DECLS
FT_UShort component,
FT_UShort ligID );
+ FT_Error
+ otl_buffer_copy_output_glyph ( OTL_Buffer buffer );
+
FT_UShort
otl_buffer_allocate_ligid( OTL_Buffer buffer );