diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/core/SkPaint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h index f4b325f..f336f5b 100644 --- a/include/core/SkPaint.h +++ b/include/core/SkPaint.h @@ -817,6 +817,7 @@ public: #ifdef ANDROID const SkGlyph& getUnicharMetrics(SkUnichar); + const SkGlyph& getGlyphMetrics(uint16_t); const void* findImage(const SkGlyph&); uint32_t getGenerationID() const; |