summaryrefslogtreecommitdiff
path: root/src/hb-buffer-private.hh
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2011-08-26 09:29:42 +0200
committerBehdad Esfahbod <behdad@behdad.org>2011-08-26 09:29:42 +0200
commit9ebe8c0286856d46430ae184ba7303bd34485883 (patch)
treefc005d73343194930e74cff4476ee93f19364b86 /src/hb-buffer-private.hh
parenta5edb1031c204464da4f852ba3d90e8cc20cd20e (diff)
Add buffer->replace_glyphs()
Diffstat (limited to 'src/hb-buffer-private.hh')
-rw-r--r--src/hb-buffer-private.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hb-buffer-private.hh b/src/hb-buffer-private.hh
index f3f3ab0c..42922223 100644
--- a/src/hb-buffer-private.hh
+++ b/src/hb-buffer-private.hh
@@ -102,6 +102,9 @@ struct _hb_buffer_t {
HB_INTERNAL void replace_glyphs_be16 (unsigned int num_in,
unsigned int num_out,
const uint16_t *glyph_data_be);
+ HB_INTERNAL void replace_glyphs (unsigned int num_in,
+ unsigned int num_out,
+ const uint16_t *glyph_data);
HB_INTERNAL void replace_glyph (hb_codepoint_t glyph_index);
/* Makes a copy of the glyph at idx to output and replace glyph_index */
HB_INTERNAL void output_glyph (hb_codepoint_t glyph_index);