[HarfBuzz] harfbuzz-ng: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Thu May 20 05:30:43 PDT 2010
src/hb-shape.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 0db299ccad346d9ea5573ea8408b78d9997bd379
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Thu May 20 13:30:09 2010 +0100
Change hb_feature_t to keep tag/int instead of string
diff --git a/src/hb-shape.h b/src/hb-shape.h
index 621c6ab..d5210f3 100644
--- a/src/hb-shape.h
+++ b/src/hb-shape.h
@@ -34,8 +34,8 @@
HB_BEGIN_DECLS
typedef struct _hb_feature_t {
- const char *name;
- const char *value;
+ hb_tag_t tag;
+ uint32_t value;
unsigned int start;
unsigned int end;
} hb_feature_t;
More information about the HarfBuzz
mailing list