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

Side by Side Diff: third_party/freetype/include/internal/services/svttglyf.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
OLDNEW
1 /***************************************************************************/ 1 /***************************************************************************/
2 /* */ 2 /* */
3 /* svttglyf.h */ 3 /* svttglyf.h */
4 /* */ 4 /* */
5 /* The FreeType TrueType glyph service. */ 5 /* The FreeType TrueType glyph service. */
6 /* */ 6 /* */
7 /* Copyright 2007, 2009, 2012 by David Turner. */ 7 /* Copyright 2007, 2009, 2012 by David Turner. */
8 /* */ 8 /* */
9 /* This file is part of the FreeType project, and may only be used, */ 9 /* This file is part of the FreeType project, and may only be used, */
10 /* modified, and distributed under the terms of the FreeType project */ 10 /* modified, and distributed under the terms of the FreeType project */
11 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */ 11 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */
12 /* this file you indicate that you have read the license and */ 12 /* this file you indicate that you have read the license and */
13 /* understand and accept it fully. */ 13 /* understand and accept it fully. */
14 /* */ 14 /* */
15 /***************************************************************************/ 15 /***************************************************************************/
16 16
17 #ifndef __SVTTGLYF_H__ 17 #ifndef __SVTTGLYF_H__
18 #define __SVTTGLYF_H__ 18 #define __SVTTGLYF_H__
19 19
20 #include "../ftserv.h" 20 #include FT_INTERNAL_SERVICE_H
21 #include "../../tttables.h" 21 #include FT_TRUETYPE_TABLES_H
22 22
23 23
24 FT_BEGIN_HEADER 24 FT_BEGIN_HEADER
25 25
26 26
27 #define FT_SERVICE_ID_TT_GLYF "tt-glyf" 27 #define FT_SERVICE_ID_TT_GLYF "tt-glyf"
28 28
29 29
30 typedef FT_ULong 30 typedef FT_ULong
31 (*TT_Glyf_GetLocationFunc)( FT_Face face, 31 (*TT_Glyf_GetLocationFunc)( FT_Face face,
(...skipping 27 matching lines...) Expand all
59 59
60 /* */ 60 /* */
61 61
62 62
63 FT_END_HEADER 63 FT_END_HEADER
64 64
65 #endif /* __SVTTGLYF_H__ */ 65 #endif /* __SVTTGLYF_H__ */
66 66
67 67
68 /* END */ 68 /* END */
OLDNEW
« no previous file with comments | « third_party/freetype/include/internal/services/svtteng.h ('k') | third_party/freetype/include/internal/services/svwinfnt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698