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

Unified Diff: tools/test_font_data_chars.cpp

Issue 407183003: add portable and canonical font support for DM (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: add atexit; rename to create_... 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 | « tools/test_font_data.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/test_font_data_chars.cpp
diff --git a/tools/test_font_data_chars.cpp b/tools/test_font_data_chars.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..ffbfa8824652b7e2117c0c0ceb55c1029003f8c6
--- /dev/null
+++ b/tools/test_font_data_chars.cpp
@@ -0,0 +1,37 @@
+/*
+ * Copyright 2014 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+// Auto-generated by sk_tool_utils_font.cpp
+
+const char gCourierNew[] =
+ " !/<>ACHMTWYabcdefgilmnoprstuy";
+const char gCourierNew_Bold[] =
+ " AHTWYabefgmnoprsuy";
+const char gCourierNew_Italic[] =
+ " AHTWYabefgmnoprsuy";
+const char gCourierNew_BoldItalic[] =
+ " AHTWYabefgmnoprsuy";
+const char gLiberationSans[] =
+ " !#%&')*+-./1245679:;<=>?@ABCDEFHIJKLMNOPQRSTVWXYZ[\\]^`abcdefgilmnopqrstuvwxyz";
+const char gLiberationSans_Bold[] =
+ " !\"#$%&'()*+-./012356789:;=>?ABCDEFGHIJLMORSTUVWXYZ[]^_abdefghijklmnopqrsuvwxyz";
+const char gLiberationSans_Italic[] =
+ " AHTWYabefgmnoprsuy";
+const char gLiberationSans_BoldItalic[] =
+ " !,-./012345689:ABCDEFGHIKLMNOPQRSTUWXYZ[\\]_abcdefghijklmnopqrstuvwxyz";
+const char gHiraginoMaruGothicPro[] =
+ " !Tacefnprsuy" "\xE3" "\x83" "\xBC";
+const char gPapyrus[] =
+ " !HTaceflnoprsuy";
+const char gTimesNewRoman[] =
+ " !\"#$%&'()*+,-./123456789;<=>?@ABCDEFGHIJKLMNPQRSTVWXYZ[\\]^_`abcdefgijklmnopqrstuvwxyz";
+const char gTimesNewRoman_Bold[] =
+ " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz";
+const char gTimesNewRoman_Italic[] =
+ " AHTWYabefgmnoprsuy";
+const char gTimesNewRoman_BoldItalic[] =
+ " AHTWYabefgmnoprsuy";
« no previous file with comments | « tools/test_font_data.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698