aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2011-06-01 14:48:24 -0700
committerRomain Guy <romainguy@google.com>2011-06-01 14:48:24 -0700
commit1bb7fdb27396cf7069375b10e1f6d763ef4e0511 (patch)
tree2fb86d269abc0f891f97a83be2203072065af87f /include
parent35e2e62b55598210f6999fc2ea26ff8f41446ffe (diff)
downloadexternal_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.h1
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;