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

Side by Side Diff: third_party/freetype/include/internal/autohint.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/ftxf86.h ('k') | third_party/freetype/include/internal/ftcalc.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 /* autohint.h */ 3 /* autohint.h */
4 /* */ 4 /* */
5 /* High-level `autohint' module-specific interface (specification). */ 5 /* High-level `autohint' module-specific interface (specification). */
6 /* */ 6 /* */
7 /* Copyright 1996-2002, 2007, 2009, 2012 by */ 7 /* Copyright 1996-2002, 2007, 2009, 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, */
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 /* */ 63 /* */
64 /* I initially thought that it would be a good idea to cache the glyph */ 64 /* I initially thought that it would be a good idea to cache the glyph */
65 /* hints too. However, my general idea now is that if you really need */ 65 /* hints too. However, my general idea now is that if you really need */
66 /* to cache these too, you are simply in need of a new font format, */ 66 /* to cache these too, you are simply in need of a new font format, */
67 /* where all this information could be stored within the font file and */ 67 /* where all this information could be stored within the font file and */
68 /* decoded on the fly. */ 68 /* decoded on the fly. */
69 /* */ 69 /* */
70 /*************************************************************************/ 70 /*************************************************************************/
71 71
72 72
73 #include "../../ft2build.h" 73 #include <ft2build.h>
74 #include "../freetype.h" 74 #include FT_FREETYPE_H
75 75
76 76
77 FT_BEGIN_HEADER 77 FT_BEGIN_HEADER
78 78
79 79
80 typedef struct FT_AutoHinterRec_ *FT_AutoHinter; 80 typedef struct FT_AutoHinterRec_ *FT_AutoHinter;
81 81
82 82
83 /*************************************************************************/ 83 /*************************************************************************/
84 /* */ 84 /* */
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 } 235 }
236 236
237 #endif /* FT_CONFIG_OPTION_PIC */ 237 #endif /* FT_CONFIG_OPTION_PIC */
238 238
239 FT_END_HEADER 239 FT_END_HEADER
240 240
241 #endif /* __AUTOHINT_H__ */ 241 #endif /* __AUTOHINT_H__ */
242 242
243 243
244 /* END */ 244 /* END */
OLDNEW
« no previous file with comments | « third_party/freetype/include/ftxf86.h ('k') | third_party/freetype/include/internal/ftcalc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698