Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: include/ports/SkTypeface_android.h

Issue 426643003: Remove redundant helper function as all clients pass locale (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/ports/SkFontConfigInterface_android.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/ports/SkTypeface_android.h
diff --git a/include/ports/SkTypeface_android.h b/include/ports/SkTypeface_android.h
index 843bf196b487d1c923123024c75037f382a0ab1d..e46c8f8ac3ecfc1f28e74f420d58094af2fc5ddf 100644
--- a/include/ports/SkTypeface_android.h
+++ b/include/ports/SkTypeface_android.h
@@ -17,19 +17,6 @@ class SkPaintOptionsAndroid;
/**
* Get the family name of the font in the fallback font list containing
- * the specified character using the system's default language. This function
- * also assumes the only families with the elegant or default variants will be
- * returned.
- *
- * @param uni The unicode character to use for the lookup.
- * @param name The family name of the font file containing the unicode character
- * in the default language
- * @return true if a font is found and false otherwise
- */
-SK_API bool SkGetFallbackFamilyNameForChar(SkUnichar uni, SkString* name);
-
-/**
- * Get the family name of the font in the fallback font list containing
* the specified character taking into account the provided language. This
* function also assumes the only families with the elegant or default variants
* will be returned.
« no previous file with comments | « no previous file | src/ports/SkFontConfigInterface_android.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698