add glyph->unichar query (inverse of a cmap)
authorreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 8 Jan 2010 14:07:42 +0000 (14:07 +0000)
committerreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 8 Jan 2010 14:07:42 +0000 (14:07 +0000)
commit9d3a985aa3c82605346ed1518375a8c384b925e5
tree8f2cf27f3df58d70fe7f4aad8742632b70a996e6
parentd0a529d0280dae3a1f0a700870cfb4c3b95745b2
add glyph->unichar query (inverse of a cmap)

git-svn-id: http://skia.googlecode.com/svn/trunk@472 2bbb7eff-a529-9590-31e7-b0007b416f81
include/core/SkPaint.h
include/core/SkScalerContext.h
src/core/SkGlyphCache.cpp
src/core/SkGlyphCache.h
src/core/SkPaint.cpp
src/core/SkScalerContext.cpp
src/ports/SkFontHost_FreeType.cpp
src/ports/SkFontHost_simple.cpp [new file with mode: 0644]