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

Side by Side Diff: ppapi/api/private/pp_private_font_charset.idl

Issue 10905227: Introduce PPB_Flash_Font. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/renderer/pepper/pepper_helper.cc ('k') | ppapi/api/private/ppb_flash_font_file.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
5
6 [assert_size(4)]
7 enum PP_PrivateFontCharset {
8 PP_PRIVATEFONTCHARSET_ANSI = 0,
9 PP_PRIVATEFONTCHARSET_DEFAULT = 1,
10 PP_PRIVATEFONTCHARSET_SYMBOL = 2,
11 PP_PRIVATEFONTCHARSET_MAC = 77,
12 PP_PRIVATEFONTCHARSET_SHIFTJIS = 128,
13 PP_PRIVATEFONTCHARSET_HANGUL = 129,
14 PP_PRIVATEFONTCHARSET_JOHAB = 130,
15 PP_PRIVATEFONTCHARSET_GB2312 =134,
16 PP_PRIVATEFONTCHARSET_CHINESEBIG5 = 136,
17 PP_PRIVATEFONTCHARSET_GREEK = 161,
18 PP_PRIVATEFONTCHARSET_TURKISH = 162,
19 PP_PRIVATEFONTCHARSET_VIETNAMESE = 163,
20 PP_PRIVATEFONTCHARSET_HEBREW = 177,
21 PP_PRIVATEFONTCHARSET_ARABIC = 178,
22 PP_PRIVATEFONTCHARSET_BALTIC = 186,
23 PP_PRIVATEFONTCHARSET_RUSSIAN = 204,
24 PP_PRIVATEFONTCHARSET_THAI = 222,
25 PP_PRIVATEFONTCHARSET_EASTEUROPE = 238,
26 PP_PRIVATEFONTCHARSET_OEM = 255
27 };
OLDNEW
« no previous file with comments | « chrome/renderer/pepper/pepper_helper.cc ('k') | ppapi/api/private/ppb_flash_font_file.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698