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

Side by Side 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, 4 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 unified diff | Download patch
« no previous file with comments | « tools/test_font_data.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 /*
2 * Copyright 2014 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
8 // Auto-generated by sk_tool_utils_font.cpp
9
10 const char gCourierNew[] =
11 " !/<>ACHMTWYabcdefgilmnoprstuy";
12 const char gCourierNew_Bold[] =
13 " AHTWYabefgmnoprsuy";
14 const char gCourierNew_Italic[] =
15 " AHTWYabefgmnoprsuy";
16 const char gCourierNew_BoldItalic[] =
17 " AHTWYabefgmnoprsuy";
18 const char gLiberationSans[] =
19 " !#%&')*+-./1245679:;<=>?@ABCDEFHIJKLMNOPQRSTVWXYZ[\\]^`abcdefgilmnopqrstuv wxyz";
20 const char gLiberationSans_Bold[] =
21 " !\"#$%&'()*+-./012356789:;=>?ABCDEFGHIJLMORSTUVWXYZ[]^_abdefghijklmnopqrsu vwxyz";
22 const char gLiberationSans_Italic[] =
23 " AHTWYabefgmnoprsuy";
24 const char gLiberationSans_BoldItalic[] =
25 " !,-./012345689:ABCDEFGHIKLMNOPQRSTUWXYZ[\\]_abcdefghijklmnopqrstuvwxyz";
26 const char gHiraginoMaruGothicPro[] =
27 " !Tacefnprsuy" "\xE3" "\x83" "\xBC";
28 const char gPapyrus[] =
29 " !HTaceflnoprsuy";
30 const char gTimesNewRoman[] =
31 " !\"#$%&'()*+,-./123456789;<=>?@ABCDEFGHIJKLMNPQRSTVWXYZ[\\]^_`abcdefgijklm nopqrstuvwxyz";
32 const char gTimesNewRoman_Bold[] =
33 " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefgh ijklmnopqrstuvwxyz";
34 const char gTimesNewRoman_Italic[] =
35 " AHTWYabefgmnoprsuy";
36 const char gTimesNewRoman_BoldItalic[] =
37 " AHTWYabefgmnoprsuy";
OLDNEW
« 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