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

Side by Side Diff: third_party/harfbuzz-ng/src/hb.h

Issue 70193010: Update harfbuzz-ng to 0.9.24 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « third_party/harfbuzz-ng/harfbuzz.gyp ('k') | third_party/harfbuzz-ng/src/hb-blob.cc » ('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 * Copyright © 2009 Red Hat, Inc. 2 * Copyright © 2009 Red Hat, Inc.
3 * 3 *
4 * This is part of HarfBuzz, a text shaping library. 4 * This is part of HarfBuzz, a text shaping library.
5 * 5 *
6 * Permission is hereby granted, without written agreement and without 6 * Permission is hereby granted, without written agreement and without
7 * license or royalty fees, to use, copy, modify, and distribute this 7 * license or royalty fees, to use, copy, modify, and distribute this
8 * software and its documentation for any purpose, provided that the 8 * software and its documentation for any purpose, provided that the
9 * above copyright notice and the following two paragraphs appear in 9 * above copyright notice and the following two paragraphs appear in
10 * all copies of this software. 10 * all copies of this software.
(...skipping 13 matching lines...) Expand all
24 * Red Hat Author(s): Behdad Esfahbod 24 * Red Hat Author(s): Behdad Esfahbod
25 */ 25 */
26 26
27 #ifndef HB_H 27 #ifndef HB_H
28 #define HB_H 28 #define HB_H
29 #define HB_H_IN 29 #define HB_H_IN
30 30
31 #include "hb-blob.h" 31 #include "hb-blob.h"
32 #include "hb-buffer.h" 32 #include "hb-buffer.h"
33 #include "hb-common.h" 33 #include "hb-common.h"
34 #include "hb-deprecated.h"
35 #include "hb-face.h"
34 #include "hb-font.h" 36 #include "hb-font.h"
35 #include "hb-set.h" 37 #include "hb-set.h"
36 #include "hb-shape.h" 38 #include "hb-shape.h"
37 #include "hb-shape-plan.h" 39 #include "hb-shape-plan.h"
38 #include "hb-unicode.h" 40 #include "hb-unicode.h"
39 #include "hb-version.h" 41 #include "hb-version.h"
40 42
41 HB_BEGIN_DECLS 43 HB_BEGIN_DECLS
42 HB_END_DECLS 44 HB_END_DECLS
43 45
44 #undef HB_H_IN 46 #undef HB_H_IN
45 #endif /* HB_H */ 47 #endif /* HB_H */
OLDNEW
« no previous file with comments | « third_party/harfbuzz-ng/harfbuzz.gyp ('k') | third_party/harfbuzz-ng/src/hb-blob.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698