summaryrefslogtreecommitdiff
path: root/src/hb-buffer.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2012-09-25 17:44:53 -0400
committerBehdad Esfahbod <behdad@behdad.org>2012-09-25 21:32:21 -0400
commit05207a79e0ae1769c5feaebe3fd99bdf9cfcf834 (patch)
treee0230b086473429f74e0fa1af3cac8e669a7b730 /src/hb-buffer.h
parent89ac39dbbe028e6379f64392f2e590e3f1fdd847 (diff)
[buffer] Save pre/post textual context
To be used for a variety of purposes. We save up to five characters in each direction. No public API changes, everything is taken care of already. All clients need to do is to call hb_buffer_add_utf* with the full text + segment info (or at least some context) instead of just passing in the segment. Various operations (hb_buffer_reset, hb_buffer_set_length, hb_buffer_add*) automatically reset the relevant contexts.
Diffstat (limited to 'src/hb-buffer.h')
-rw-r--r--src/hb-buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-buffer.h b/src/hb-buffer.h
index d89dce3c..dc63d1bf 100644
--- a/src/hb-buffer.h
+++ b/src/hb-buffer.h
@@ -1,7 +1,7 @@
/*
* Copyright © 1998-2004 David Turner and Werner Lemberg
* Copyright © 2004,2007,2009 Red Hat, Inc.
- * Copyright © 2011 Google, Inc.
+ * Copyright © 2011,2012 Google, Inc.
*
* This is part of HarfBuzz, a text shaping library.
*