OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2011 Martin Hosken | 2 * Copyright (C) 2011 Martin Hosken |
3 * Copyright (C) 2011 SIL International | 3 * Copyright (C) 2011 SIL International |
4 * | 4 * |
5 * This is part of HarfBuzz, a text shaping library. | 5 * This is part of HarfBuzz, a text shaping library. |
6 * | 6 * |
7 * Permission is hereby granted, without written agreement and without | 7 * Permission is hereby granted, without written agreement and without |
8 * license or royalty fees, to use, copy, modify, and distribute this | 8 * license or royalty fees, to use, copy, modify, and distribute this |
9 * software and its documentation for any purpose, provided that the | 9 * software and its documentation for any purpose, provided that the |
10 * above copyright notice and the following two paragraphs appear in | 10 * above copyright notice and the following two paragraphs appear in |
(...skipping 13 matching lines...) Expand all Loading... |
24 */ | 24 */ |
25 | 25 |
26 #ifndef HB_GRAPHITE2_H | 26 #ifndef HB_GRAPHITE2_H |
27 #define HB_GRAPHITE2_H | 27 #define HB_GRAPHITE2_H |
28 | 28 |
29 #include "hb.h" | 29 #include "hb.h" |
30 | 30 |
31 HB_BEGIN_DECLS | 31 HB_BEGIN_DECLS |
32 | 32 |
33 | 33 |
34 #define HB_GRAPHITE_TAG_Silf HB_TAG('S','i','l','f') | 34 #define HB_GRAPHITE2_TAG_SILF HB_TAG('S','i','l','f') |
35 | 35 |
36 /* TODO add gr_font/face etc getters and other glue API */ | 36 /* TODO add gr_font/face etc getters and other glue API */ |
37 | 37 |
38 HB_END_DECLS | 38 HB_END_DECLS |
39 | 39 |
40 #endif /* HB_GRAPHITE2_H */ | 40 #endif /* HB_GRAPHITE2_H */ |
OLD | NEW |