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

Side by Side Diff: include/freetype/ttnameid.h

Issue 89753003: Update freetype to latest version of ASOP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src/third_party/freetype.git@master
Patch Set: Created 7 years 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 | « include/freetype/internal/tttypes.h ('k') | include/freetype/tttables.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /***************************************************************************/ 1 /***************************************************************************/
2 /* */ 2 /* */
3 /* ttnameid.h */ 3 /* ttnameid.h */
4 /* */ 4 /* */
5 /* TrueType name ID definitions (specification only). */ 5 /* TrueType name ID definitions (specification only). */
6 /* */ 6 /* */
7 /* Copyright 1996-2002, 2003, 2004, 2006, 2007, 2008 by */ 7 /* Copyright 1996-2004, 2006-2008, 2012 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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 #define TT_ADOBE_ID_STANDARD 0 309 #define TT_ADOBE_ID_STANDARD 0
310 #define TT_ADOBE_ID_EXPERT 1 310 #define TT_ADOBE_ID_EXPERT 1
311 #define TT_ADOBE_ID_CUSTOM 2 311 #define TT_ADOBE_ID_CUSTOM 2
312 #define TT_ADOBE_ID_LATIN_1 3 312 #define TT_ADOBE_ID_LATIN_1 3
313 313
314 314
315 /*************************************************************************/ 315 /*************************************************************************/
316 /* */ 316 /* */
317 /* Possible values of the language identifier field in the name records */ 317 /* Possible values of the language identifier field in the name records */
318 /* of the TTF `name' table if the `platform' identifier code is */ 318 /* of the TTF `name' table if the `platform' identifier code is */
319 /* TT_PLATFORM_MACINTOSH. */ 319 /* TT_PLATFORM_MACINTOSH. These values are also used as return values */
320 /* for function @FT_Get_CMap_Language_ID. */
320 /* */ 321 /* */
321 /* The canonical source for the Apple assigned Language ID's is at */ 322 /* The canonical source for the Apple assigned Language ID's is at */
322 /* */ 323 /* */
323 /* http://fonts.apple.com/TTRefMan/RM06/Chap6name.html */ 324 /* https://developer.apple.com/fonts/TTRefMan/RM06/Chap6name.html */
324 /* */ 325 /* */
325 #define TT_MAC_LANGID_ENGLISH 0 326 #define TT_MAC_LANGID_ENGLISH 0
326 #define TT_MAC_LANGID_FRENCH 1 327 #define TT_MAC_LANGID_FRENCH 1
327 #define TT_MAC_LANGID_GERMAN 2 328 #define TT_MAC_LANGID_GERMAN 2
328 #define TT_MAC_LANGID_ITALIAN 3 329 #define TT_MAC_LANGID_ITALIAN 3
329 #define TT_MAC_LANGID_DUTCH 4 330 #define TT_MAC_LANGID_DUTCH 4
330 #define TT_MAC_LANGID_SWEDISH 5 331 #define TT_MAC_LANGID_SWEDISH 5
331 #define TT_MAC_LANGID_SPANISH 6 332 #define TT_MAC_LANGID_SPANISH 6
332 #define TT_MAC_LANGID_DANISH 7 333 #define TT_MAC_LANGID_DANISH 7
333 #define TT_MAC_LANGID_PORTUGUESE 8 334 #define TT_MAC_LANGID_PORTUGUESE 8
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 #define TT_MAC_LANGID_GREELANDIC 149 455 #define TT_MAC_LANGID_GREELANDIC 149
455 #define TT_MAC_LANGID_AZERBAIJANI_ROMAN_SCRIPT 150 456 #define TT_MAC_LANGID_AZERBAIJANI_ROMAN_SCRIPT 150
456 457
457 458
458 /*************************************************************************/ 459 /*************************************************************************/
459 /* */ 460 /* */
460 /* Possible values of the language identifier field in the name records */ 461 /* Possible values of the language identifier field in the name records */
461 /* of the TTF `name' table if the `platform' identifier code is */ 462 /* of the TTF `name' table if the `platform' identifier code is */
462 /* TT_PLATFORM_MICROSOFT. */ 463 /* TT_PLATFORM_MICROSOFT. */
463 /* */ 464 /* */
464 /* The canonical source for the MS assigned LCID's (seems to) be at */ 465 /* The canonical source for the MS assigned LCIDs is */
465 /* */ 466 /* */
466 /* http://www.microsoft.com/globaldev/reference/lcid-all.mspx */ 467 /* http://www.microsoft.com/globaldev/reference/lcid-all.mspx */
467 /* */ 468 /* */
468 /* It used to be at various places, among them */
469 /* */
470 /* http://www.microsoft.com/typography/OTSPEC/lcid-cp.txt */
471 /* http://www.microsoft.com/globaldev/reference/loclanghome.asp */
472 /* http://support.microsoft.com/support/kb/articles/Q224/8/04.ASP */
473 /* http://msdn.microsoft.com/library/en-us/passport25/ */
474 /* NET_Passport_VBScript_Documentation/Single_Sign_In/ */
475 /* Advanced_Single_Sign_In/Localization_and_LCIDs.asp */
476 /* */
477 /* Hopefully, it seems now that the Globaldev site prevails... */
478 /* (updated by Antoine, 2004-02-17) */
479 469
480 #define TT_MS_LANGID_ARABIC_GENERAL 0x0001 470 #define TT_MS_LANGID_ARABIC_GENERAL 0x0001
481 #define TT_MS_LANGID_ARABIC_SAUDI_ARABIA 0x0401 471 #define TT_MS_LANGID_ARABIC_SAUDI_ARABIA 0x0401
482 #define TT_MS_LANGID_ARABIC_IRAQ 0x0801 472 #define TT_MS_LANGID_ARABIC_IRAQ 0x0801
483 #define TT_MS_LANGID_ARABIC_EGYPT 0x0c01 473 #define TT_MS_LANGID_ARABIC_EGYPT 0x0c01
484 #define TT_MS_LANGID_ARABIC_LIBYA 0x1001 474 #define TT_MS_LANGID_ARABIC_LIBYA 0x1001
485 #define TT_MS_LANGID_ARABIC_ALGERIA 0x1401 475 #define TT_MS_LANGID_ARABIC_ALGERIA 0x1401
486 #define TT_MS_LANGID_ARABIC_MOROCCO 0x1801 476 #define TT_MS_LANGID_ARABIC_MOROCCO 0x1801
487 #define TT_MS_LANGID_ARABIC_TUNISIA 0x1c01 477 #define TT_MS_LANGID_ARABIC_TUNISIA 0x1c01
488 #define TT_MS_LANGID_ARABIC_OMAN 0x2001 478 #define TT_MS_LANGID_ARABIC_OMAN 0x2001
(...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after
1238 1228
1239 #endif /* !HAVE_LIMIT_ON_IDENTS */ 1229 #endif /* !HAVE_LIMIT_ON_IDENTS */
1240 1230
1241 1231
1242 FT_END_HEADER 1232 FT_END_HEADER
1243 1233
1244 #endif /* __TTNAMEID_H__ */ 1234 #endif /* __TTNAMEID_H__ */
1245 1235
1246 1236
1247 /* END */ 1237 /* END */
OLDNEW
« no previous file with comments | « include/freetype/internal/tttypes.h ('k') | include/freetype/tttables.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698