summaryrefslogtreecommitdiff
path: root/src/sfnt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sfnt.h')
-rw-r--r--src/sfnt.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/sfnt.h b/src/sfnt.h
index 2b92f9f540a..444b1dfe427 100644
--- a/src/sfnt.h
+++ b/src/sfnt.h
@@ -248,7 +248,7 @@ enum sfnt_macintosh_platform_specific_id
SFNT_MACINTOSH_GREEK = 6,
SFNT_MACINTOSH_RUSSIAN = 7,
SFNT_MACINTOSH_RSYMBOL = 8,
- SFNT_MACINTOSH_DEVANGARI = 9,
+ SFNT_MACINTOSH_DEVANAGARI = 9,
SFNT_MACINTOSH_GURMUKHI = 10,
SFNT_MACINTOSH_GUJARATI = 11,
SFNT_MACINTOSH_ORIYA = 12,
@@ -1759,6 +1759,10 @@ struct sfnt_interpreter_zone
/* Pointer to the flags associated with this data. */
unsigned char *flags;
+
+ /* If this structure was produced from a simple glyph, pointer to
+ the simple glyph itself. NULL otherwise. */
+ struct sfnt_simple_glyph *simple;
};
enum