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

Side by Side Diff: include/freetype/ftchapters.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/ftcffdrv.h ('k') | include/freetype/fterrdef.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 /* This file defines the structure of the FreeType reference. */ 3 /* This file defines the structure of the FreeType reference. */
4 /* It is used by the python script which generates the HTML files. */ 4 /* It is used by the python script which generates the HTML files. */
5 /* */ 5 /* */
6 /***************************************************************************/ 6 /***************************************************************************/
7 7
8 8
9 /***************************************************************************/ 9 /***************************************************************************/
10 /* */ 10 /* */
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 /* winfnt_fonts */ 60 /* winfnt_fonts */
61 /* font_formats */ 61 /* font_formats */
62 /* gasp_table */ 62 /* gasp_table */
63 /* */ 63 /* */
64 /***************************************************************************/ 64 /***************************************************************************/
65 65
66 66
67 /***************************************************************************/ 67 /***************************************************************************/
68 /* */ 68 /* */
69 /* <Chapter> */ 69 /* <Chapter> */
70 /* module_specific */
71 /* */
72 /* <Title> */
73 /* Controlling FreeType Modules */
74 /* */
75 /* <Sections> */
76 /* auto_hinter */
77 /* cff_driver */
78 /* tt_driver */
79 /* */
80 /***************************************************************************/
81
82
83 /***************************************************************************/
84 /* */
85 /* <Chapter> */
70 /* cache_subsystem */ 86 /* cache_subsystem */
71 /* */ 87 /* */
72 /* <Title> */ 88 /* <Title> */
73 /* Cache Sub-System */ 89 /* Cache Sub-System */
74 /* */ 90 /* */
75 /* <Sections> */ 91 /* <Sections> */
76 /* cache_subsystem */ 92 /* cache_subsystem */
77 /* */ 93 /* */
78 /***************************************************************************/ 94 /***************************************************************************/
79 95
(...skipping 15 matching lines...) Expand all
95 /* raster */ 111 /* raster */
96 /* glyph_stroker */ 112 /* glyph_stroker */
97 /* system_interface */ 113 /* system_interface */
98 /* module_management */ 114 /* module_management */
99 /* gzip */ 115 /* gzip */
100 /* lzw */ 116 /* lzw */
101 /* bzip2 */ 117 /* bzip2 */
102 /* lcd_filtering */ 118 /* lcd_filtering */
103 /* */ 119 /* */
104 /***************************************************************************/ 120 /***************************************************************************/
OLDNEW
« no previous file with comments | « include/freetype/ftcffdrv.h ('k') | include/freetype/fterrdef.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698