aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkFontHost.h
diff options
context:
space:
mode:
authorGravatar mike@reedtribe.org <mike@reedtribe.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-21 23:59:26 +0000
committerGravatar mike@reedtribe.org <mike@reedtribe.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-21 23:59:26 +0000
commit53872fb937f0195c31b05a47d5af238e3c42d14f (patch)
tree262d4d4fa9133580a84d468d9cf44f8bc50bdbaa /include/core/SkFontHost.h
parent06e87370a732acb771f4611a1af6194ef62acc71 (diff)
remove now obsolete GetAdvancedTypefaceMetrics API from SkFontHost
git-svn-id: http://skia.googlecode.com/svn/trunk@8319 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/core/SkFontHost.h')
-rw-r--r--include/core/SkFontHost.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/include/core/SkFontHost.h b/include/core/SkFontHost.h
index fad7a61bca..eb0b841506 100644
--- a/include/core/SkFontHost.h
+++ b/include/core/SkFontHost.h
@@ -204,25 +204,6 @@ private:
///////////////////////////////////////////////////////////////////////////
- /** Retrieve detailed typeface metrics. Used by the PDF backend.
- @param perGlyphInfo Indicate what glyph specific information (advances,
- names, etc.) should be populated.
- @return The returned object has already been referenced. NULL is
- returned if the font is not found.
- @param glyphIDs For per-glyph info, specify subset of the font by
- giving glyph ids. Each integer represents a glyph
- id. Passing NULL means all glyphs in the font.
- @param glyphIDsCount Number of elements in subsetGlyphIds. Ignored if
- glyphIDs is NULL.
- */
- static SkAdvancedTypefaceMetrics* GetAdvancedTypefaceMetrics(
- SkFontID fontID,
- SkAdvancedTypefaceMetrics::PerGlyphInfo perGlyphInfo,
- const uint32_t* glyphIDs,
- uint32_t glyphIDsCount);
-
- ///////////////////////////////////////////////////////////////////////////
-
friend class SkTypeface;
};