diff options
Diffstat (limited to 'include/core/SkPaint.h')
-rw-r--r-- | include/core/SkPaint.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h index 7be5ad2..30ff663 100644 --- a/include/core/SkPaint.h +++ b/include/core/SkPaint.h @@ -870,6 +870,9 @@ public: /** Returns the base glyph count for the strike associated with this paint */ unsigned getBaseGlyphCount(SkUnichar text) const; + + int utfToGlyphs(const void* text, TextEncoding encoding, + size_t byteLength, uint16_t glyphs[]) const; #endif // returns true if the paint's settings (e.g. xfermode + alpha) resolve to |