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

Side by Side Diff: third_party/freetype/include/freetype/ftsnames.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 /* ftsnames.h */ 3 /* ftsnames.h */
4 /* */ 4 /* */
5 /* Simple interface to access SFNT name tables (which are used */ 5 /* Simple interface to access SFNT name tables (which are used */
6 /* to hold font names, copyright info, notices, etc.) (specification). */ 6 /* to hold font names, copyright info, notices, etc.) (specification). */
7 /* */ 7 /* */
8 /* This is _not_ used to retrieve glyph names! */ 8 /* This is _not_ used to retrieve glyph names! */
9 /* */ 9 /* */
10 /* Copyright 1996-2003, 2006, 2009, 2010, 2013 by */ 10 /* Copyright 1996-2015 by */
11 /* David Turner, Robert Wilhelm, and Werner Lemberg. */ 11 /* David Turner, Robert Wilhelm, and Werner Lemberg. */
12 /* */ 12 /* */
13 /* This file is part of the FreeType project, and may only be used, */ 13 /* This file is part of the FreeType project, and may only be used, */
14 /* modified, and distributed under the terms of the FreeType project */ 14 /* modified, and distributed under the terms of the FreeType project */
15 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */ 15 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */
16 /* this file you indicate that you have read the license and */ 16 /* this file you indicate that you have read the license and */
17 /* understand and accept it fully. */ 17 /* understand and accept it fully. */
18 /* */ 18 /* */
19 /***************************************************************************/ 19 /***************************************************************************/
20 20
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 191
192 /* */ 192 /* */
193 193
194 194
195 FT_END_HEADER 195 FT_END_HEADER
196 196
197 #endif /* __FT_SFNT_NAMES_H__ */ 197 #endif /* __FT_SFNT_NAMES_H__ */
198 198
199 199
200 /* END */ 200 /* END */
OLDNEW
« no previous file with comments | « third_party/freetype/include/freetype/ftsizes.h ('k') | third_party/freetype/include/freetype/ftstroke.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698