aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkTypeface.h
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-25 13:03:37 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-25 13:03:37 +0000
commit5526ede94a2fc58bcf6b578b12a29f6addad776d (patch)
treecac5ac18a71f3aefad1b55abc1156ce9ff471684 /include/core/SkTypeface.h
parent77279cbf9bfa1732b8b4b9437a4a857c6fc18b70 (diff)
git-svn-id: http://skia.googlecode.com/svn/trunk@8359 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/core/SkTypeface.h')
-rw-r--r--include/core/SkTypeface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkTypeface.h b/include/core/SkTypeface.h
index 8eedc50b3b..27e5c9c111 100644
--- a/include/core/SkTypeface.h
+++ b/include/core/SkTypeface.h
@@ -218,13 +218,13 @@ protected:
const uint32_t* glyphIDs,
uint32_t glyphIDsCount) const = 0;
virtual SkStream* onOpenStream(int* ttcIndex) const = 0;
+ virtual void onGetFontDescriptor(SkFontDescriptor*, bool* isLocal) const = 0;
virtual int onGetUPEM() const;
virtual int onGetTableTags(SkFontTableTag tags[]) const;
virtual size_t onGetTableData(SkFontTableTag, size_t offset,
size_t length, void* data) const;
- virtual void onGetFontDescriptor(SkFontDescriptor*) const;
private:
SkFontID fUniqueID;