diff options
author | Romain Guy <romainguy@google.com> | 2011-06-01 14:48:24 -0700 |
---|---|---|
committer | Romain Guy <romainguy@google.com> | 2011-06-01 14:48:24 -0700 |
commit | 1bb7fdb27396cf7069375b10e1f6d763ef4e0511 (patch) | |
tree | 2fb86d269abc0f891f97a83be2203072065af87f /include | |
parent | 35e2e62b55598210f6999fc2ea26ff8f41446ffe (diff) | |
download | external_skia-1bb7fdb27396cf7069375b10e1f6d763ef4e0511.zip external_skia-1bb7fdb27396cf7069375b10e1f6d763ef4e0511.tar.gz external_skia-1bb7fdb27396cf7069375b10e1f6d763ef4e0511.tar.bz2 |
Add method to SkPaint to get a glyph from a glyph id.
Change-Id: I34121c66fc53aaa47aed798f7cd8e33d5977e0d8
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; |