Index: include/core/SkTypes.h |
diff --git a/include/core/SkTypes.h b/include/core/SkTypes.h |
index 279557498eb44d978a0a49d8994bd9116f95214f..deb281974058c8a0e4435b2e93497c4194ce5ed9 100644 |
--- a/include/core/SkTypes.h |
+++ b/include/core/SkTypes.h |
@@ -348,6 +348,10 @@ typedef uint32_t SkFourByteTag; |
*/ |
typedef int32_t SkUnichar; |
+/** 16 bit unsigned integer to hold a glyph index |
+*/ |
+typedef uint16_t SkGlyphID; |
+ |
/** 32 bit value to hold a millisecond duration |
* Note that SK_MSecMax is about 25 days. |
*/ |