OLD | NEW |
1 /* | 1 /* |
2 * Copyright © 2011 Google, Inc. | 2 * Copyright © 2011 Google, 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 18 matching lines...) Expand all Loading... |
29 | 29 |
30 #include "hb-private.hh" | 30 #include "hb-private.hh" |
31 | 31 |
32 #include "hb-shape.h" | 32 #include "hb-shape.h" |
33 | 33 |
34 | 34 |
35 HB_BEGIN_DECLS | 35 HB_BEGIN_DECLS |
36 | 36 |
37 | 37 |
38 HB_INTERNAL hb_bool_t | 38 HB_INTERNAL hb_bool_t |
39 hb_fallback_shape (hb_font_t *font, | 39 _hb_fallback_shape (hb_font_t *font, |
40 » » hb_buffer_t *buffer, | 40 » » hb_buffer_t *buffer, |
41 » » const hb_feature_t *features, | 41 » » const hb_feature_t *features, |
42 » » unsigned int num_features, | 42 » » unsigned int num_features); |
43 » » const char * const *shaper_options); | |
44 | 43 |
45 | 44 |
46 HB_END_DECLS | 45 HB_END_DECLS |
47 | 46 |
48 #endif /* HB_FALLBACK_SHAPE_PRIVATE_HH */ | 47 #endif /* HB_FALLBACK_SHAPE_PRIVATE_HH */ |
OLD | NEW |