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

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

Issue 815103002: Update freetype to 2.5.4. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Adjust GYP and GN Created 6 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 | « third_party/freetype/include/tttables.h ('k') | third_party/freetype/include/ttunpat.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 /* tttags.h */ 3 /* tttags.h */
4 /* */ 4 /* */
5 /* Tags for TrueType and OpenType tables (specification only). */ 5 /* Tags for TrueType and OpenType tables (specification only). */
6 /* */ 6 /* */
7 /* Copyright 1996-2001, 2004, 2005, 2007, 2008, 2013 by */ 7 /* Copyright 1996-2001, 2004, 2005, 2007, 2008, 2013 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
18 18
19 #ifndef __TTAGS_H__ 19 #ifndef __TTAGS_H__
20 #define __TTAGS_H__ 20 #define __TTAGS_H__
21 21
22 22
23 #include "../ft2build.h" 23 #include <ft2build.h>
24 #include "freetype.h" 24 #include FT_FREETYPE_H
25 25
26 #ifdef FREETYPE_H 26 #ifdef FREETYPE_H
27 #error "freetype.h of FreeType 1 has been loaded!" 27 #error "freetype.h of FreeType 1 has been loaded!"
28 #error "Please fix the directory search order for header files" 28 #error "Please fix the directory search order for header files"
29 #error "so that freetype.h of FreeType 2 is found first." 29 #error "so that freetype.h of FreeType 2 is found first."
30 #endif 30 #endif
31 31
32 32
33 FT_BEGIN_HEADER 33 FT_BEGIN_HEADER
34 34
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 #define TTAG_morx FT_MAKE_TAG( 'm', 'o', 'r', 'x' ) 81 #define TTAG_morx FT_MAKE_TAG( 'm', 'o', 'r', 'x' )
82 #define TTAG_name FT_MAKE_TAG( 'n', 'a', 'm', 'e' ) 82 #define TTAG_name FT_MAKE_TAG( 'n', 'a', 'm', 'e' )
83 #define TTAG_opbd FT_MAKE_TAG( 'o', 'p', 'b', 'd' ) 83 #define TTAG_opbd FT_MAKE_TAG( 'o', 'p', 'b', 'd' )
84 #define TTAG_OS2 FT_MAKE_TAG( 'O', 'S', '/', '2' ) 84 #define TTAG_OS2 FT_MAKE_TAG( 'O', 'S', '/', '2' )
85 #define TTAG_OTTO FT_MAKE_TAG( 'O', 'T', 'T', 'O' ) 85 #define TTAG_OTTO FT_MAKE_TAG( 'O', 'T', 'T', 'O' )
86 #define TTAG_PCLT FT_MAKE_TAG( 'P', 'C', 'L', 'T' ) 86 #define TTAG_PCLT FT_MAKE_TAG( 'P', 'C', 'L', 'T' )
87 #define TTAG_POST FT_MAKE_TAG( 'P', 'O', 'S', 'T' ) 87 #define TTAG_POST FT_MAKE_TAG( 'P', 'O', 'S', 'T' )
88 #define TTAG_post FT_MAKE_TAG( 'p', 'o', 's', 't' ) 88 #define TTAG_post FT_MAKE_TAG( 'p', 'o', 's', 't' )
89 #define TTAG_prep FT_MAKE_TAG( 'p', 'r', 'e', 'p' ) 89 #define TTAG_prep FT_MAKE_TAG( 'p', 'r', 'e', 'p' )
90 #define TTAG_prop FT_MAKE_TAG( 'p', 'r', 'o', 'p' ) 90 #define TTAG_prop FT_MAKE_TAG( 'p', 'r', 'o', 'p' )
91 #define TTAG_sbix FT_MAKE_TAG( 's', 'b', 'i', 'x' )
91 #define TTAG_sfnt FT_MAKE_TAG( 's', 'f', 'n', 't' ) 92 #define TTAG_sfnt FT_MAKE_TAG( 's', 'f', 'n', 't' )
92 #define TTAG_SING FT_MAKE_TAG( 'S', 'I', 'N', 'G' ) 93 #define TTAG_SING FT_MAKE_TAG( 'S', 'I', 'N', 'G' )
93 #define TTAG_trak FT_MAKE_TAG( 't', 'r', 'a', 'k' ) 94 #define TTAG_trak FT_MAKE_TAG( 't', 'r', 'a', 'k' )
94 #define TTAG_true FT_MAKE_TAG( 't', 'r', 'u', 'e' ) 95 #define TTAG_true FT_MAKE_TAG( 't', 'r', 'u', 'e' )
95 #define TTAG_ttc FT_MAKE_TAG( 't', 't', 'c', ' ' ) 96 #define TTAG_ttc FT_MAKE_TAG( 't', 't', 'c', ' ' )
96 #define TTAG_ttcf FT_MAKE_TAG( 't', 't', 'c', 'f' ) 97 #define TTAG_ttcf FT_MAKE_TAG( 't', 't', 'c', 'f' )
97 #define TTAG_TYP1 FT_MAKE_TAG( 'T', 'Y', 'P', '1' ) 98 #define TTAG_TYP1 FT_MAKE_TAG( 'T', 'Y', 'P', '1' )
98 #define TTAG_typ1 FT_MAKE_TAG( 't', 'y', 'p', '1' ) 99 #define TTAG_typ1 FT_MAKE_TAG( 't', 'y', 'p', '1' )
99 #define TTAG_VDMX FT_MAKE_TAG( 'V', 'D', 'M', 'X' ) 100 #define TTAG_VDMX FT_MAKE_TAG( 'V', 'D', 'M', 'X' )
100 #define TTAG_vhea FT_MAKE_TAG( 'v', 'h', 'e', 'a' ) 101 #define TTAG_vhea FT_MAKE_TAG( 'v', 'h', 'e', 'a' )
101 #define TTAG_vmtx FT_MAKE_TAG( 'v', 'm', 't', 'x' ) 102 #define TTAG_vmtx FT_MAKE_TAG( 'v', 'm', 't', 'x' )
103 #define TTAG_wOFF FT_MAKE_TAG( 'w', 'O', 'F', 'F' )
102 104
103 105
104 FT_END_HEADER 106 FT_END_HEADER
105 107
106 #endif /* __TTAGS_H__ */ 108 #endif /* __TTAGS_H__ */
107 109
108 110
109 /* END */ 111 /* END */
OLDNEW
« no previous file with comments | « third_party/freetype/include/tttables.h ('k') | third_party/freetype/include/ttunpat.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698