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

Unified Diff: include/ports/SkTypeface_android.h

Issue 26325003: Fix ambiguity in API if no matching system language is found (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 2 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 2166e08394a66cd11aa3210e0e93e5902f5a9b45..0996740031dc5f2e57f1c6ee8416261e430e6ac1 100644
--- a/include/ports/SkTypeface_android.h
+++ b/include/ports/SkTypeface_android.h
@@ -36,7 +36,9 @@ SK_API bool SkGetFallbackFamilyNameForChar(SkUnichar uni, SkString* name);
*
* @param uni The unicode character to use for the lookup.
* @param lang The null terminated string representing the BCP 47 language
- * identifier for the preferred language
+ * identifier for the preferred language. If there is no unique
+ * fallback chain for that language the system's default language
+ * will be used.
* @param name The family name of the font file containing the unicode character
* in the preferred language
* @return true if a font is found and false otherwise
« 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