OLD | NEW |
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 Loading... |
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 */ |
OLD | NEW |