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

Side by Side Diff: third_party/freetype/include/freetype/ftwinfnt.h

Issue 1413673003: Update bundled freetype to 2.6.1 (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: DEPS for corpus Created 5 years, 1 month 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
OLDNEW
1 /***************************************************************************/ 1 /***************************************************************************/
2 /* */ 2 /* */
3 /* ftwinfnt.h */ 3 /* ftwinfnt.h */
4 /* */ 4 /* */
5 /* FreeType API for accessing Windows fnt-specific data. */ 5 /* FreeType API for accessing Windows fnt-specific data. */
6 /* */ 6 /* */
7 /* Copyright 2003, 2004, 2008 by */ 7 /* Copyright 2003-2015 by */
8 /* David Turner, Robert Wilhelm, and Werner Lemberg. */ 8 /* David Turner, Robert Wilhelm, and Werner Lemberg. */
9 /* */ 9 /* */
10 /* This file is part of the FreeType project, and may only be used, */ 10 /* This file is part of the FreeType project, and may only be used, */
11 /* modified, and distributed under the terms of the FreeType project */ 11 /* modified, and distributed under the terms of the FreeType project */
12 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */ 12 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */
13 /* this file you indicate that you have read the license and */ 13 /* this file you indicate that you have read the license and */
14 /* understand and accept it fully. */ 14 /* understand and accept it fully. */
15 /* */ 15 /* */
16 /***************************************************************************/ 16 /***************************************************************************/
17 17
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 52
53 /************************************************************************* 53 /*************************************************************************
54 * 54 *
55 * @enum: 55 * @enum:
56 * FT_WinFNT_ID_XXX 56 * FT_WinFNT_ID_XXX
57 * 57 *
58 * @description: 58 * @description:
59 * A list of valid values for the `charset' byte in 59 * A list of valid values for the `charset' byte in
60 * @FT_WinFNT_HeaderRec. Exact mapping tables for the various cpXXXX 60 * @FT_WinFNT_HeaderRec. Exact mapping tables for the various cpXXXX
61 * encodings (except for cp1361) can be found at 61 * encodings (except for cp1361) can be found at
62 * ftp://ftp.unicode.org/public in the MAPPINGS/VENDORS/MICSFT/WINDOWS 62 * ftp://ftp.unicode.org/Public in the MAPPINGS/VENDORS/MICSFT/WINDOWS
63 * subdirectory. cp1361 is roughly a superset of 63 * subdirectory. cp1361 is roughly a superset of
64 * MAPPINGS/OBSOLETE/EASTASIA/KSC/JOHAB.TXT. 64 * MAPPINGS/OBSOLETE/EASTASIA/KSC/JOHAB.TXT.
65 * 65 *
66 * @values: 66 * @values:
67 * FT_WinFNT_ID_DEFAULT :: 67 * FT_WinFNT_ID_DEFAULT ::
68 * This is used for font enumeration and font creation as a 68 * This is used for font enumeration and font creation as a
69 * `don't care' value. Valid font files don't contain this value. 69 * `don't care' value. Valid font files don't contain this value.
70 * When querying for information about the character set of the font 70 * When querying for information about the character set of the font
71 * that is currently selected into a specified device context, this 71 * that is currently selected into a specified device context, this
72 * return value (of the related Windows API) simply denotes failure. 72 * return value (of the related Windows API) simply denotes failure.
(...skipping 15 matching lines...) Expand all
88 * specifies a character set that is operating-system dependent. 88 * specifies a character set that is operating-system dependent.
89 * 89 *
90 * The `IFIMETRICS' documentation from the `Windows Driver 90 * The `IFIMETRICS' documentation from the `Windows Driver
91 * Development Kit' says: This font supports an OEM-specific 91 * Development Kit' says: This font supports an OEM-specific
92 * character set. The OEM character set is system dependent. 92 * character set. The OEM character set is system dependent.
93 * 93 *
94 * In general OEM, as opposed to ANSI (i.e., cp1252), denotes the 94 * In general OEM, as opposed to ANSI (i.e., cp1252), denotes the
95 * second default codepage that most international versions of 95 * second default codepage that most international versions of
96 * Windows have. It is one of the OEM codepages from 96 * Windows have. It is one of the OEM codepages from
97 * 97 *
98 * http://www.microsoft.com/globaldev/reference/cphome.mspx, 98 * https://msdn.microsoft.com/en-us/goglobal/bb964655,
99 * 99 *
100 * and is used for the `DOS boxes', to support legacy applications. 100 * and is used for the `DOS boxes', to support legacy applications.
101 * A German Windows version for example usually uses ANSI codepage 101 * A German Windows version for example usually uses ANSI codepage
102 * 1252 and OEM codepage 850. 102 * 1252 and OEM codepage 850.
103 * 103 *
104 * FT_WinFNT_ID_CP874 :: 104 * FT_WinFNT_ID_CP874 ::
105 * A superset of Thai TIS 620 and ISO 8859-11. 105 * A superset of Thai TIS 620 and ISO 8859-11.
106 * 106 *
107 * FT_WinFNT_ID_CP932 :: 107 * FT_WinFNT_ID_CP932 ::
108 * A superset of Japanese Shift-JIS (with minor deviations). 108 * A superset of Japanese Shift-JIS (with minor deviations).
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 266
267 #endif /* __FTWINFNT_H__ */ 267 #endif /* __FTWINFNT_H__ */
268 268
269 269
270 /* END */ 270 /* END */
271 271
272 272
273 /* Local Variables: */ 273 /* Local Variables: */
274 /* coding: utf-8 */ 274 /* coding: utf-8 */
275 /* End: */ 275 /* End: */
OLDNEW
« no previous file with comments | « third_party/freetype/include/freetype/fttypes.h ('k') | third_party/freetype/include/freetype/internal/autohint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698