From 246b1c266f2b0111aa58016829cf17de82614803 Mon Sep 17 00:00:00 2001 From: "bungeman@google.com" Date: Wed, 7 Aug 2013 15:46:29 +0000 Subject: Add getFamilyNames to SkTypeface. Committed: https://code.google.com/p/skia/source/detail?r=10589 Committed: https://code.google.com/p/skia/source/detail?r=10592 Review URL: https://codereview.chromium.org/21716005 git-svn-id: http://skia.googlecode.com/svn/trunk@10608 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/core/SkTypeface.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/SkTypeface.cpp') diff --git a/src/core/SkTypeface.cpp b/src/core/SkTypeface.cpp index 507c1bf2a6..dbe0f603b2 100644 --- a/src/core/SkTypeface.cpp +++ b/src/core/SkTypeface.cpp @@ -194,8 +194,8 @@ int SkTypeface::getUnitsPerEm() const { return this->onGetUPEM(); } -SkTypeface::LocalizedStrings* SkTypeface::getFamilyNames() const { - return this->onGetFamilyNames(); +SkTypeface::LocalizedStrings* SkTypeface::createFamilyNameIterator() const { + return this->onCreateFamilyNameIterator(); } void SkTypeface::getFamilyName(SkString* name) const { -- cgit v1.2.3