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

Unified Diff: ppapi/tests/test_truetype_font.h

Issue 13913006: Add Pepper TrueType font API call to enumerate fonts in a given family. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename IsFont to IsTrueTypeFont. Created 7 years, 8 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
Index: ppapi/tests/test_truetype_font.h
diff --git a/ppapi/tests/test_truetype_font.h b/ppapi/tests/test_truetype_font.h
index 90977c88c1b1e8a61495f2443510621a8aac2e02..70ed8f996a1650399613e8dfc184d91bfe667b10 100644
--- a/ppapi/tests/test_truetype_font.h
+++ b/ppapi/tests/test_truetype_font.h
@@ -23,6 +23,7 @@ class TestTrueTypeFont : public TestCase {
virtual void RunTests(const std::string& filter);
std::string TestGetFontFamilies();
+ std::string TestGetFontsInFamily();
std::string TestCreate();
std::string TestDescribe();
std::string TestGetTableTags();

Powered by Google App Engine
This is Rietveld 408576698