提交 0db299cc 编写于 作者: B Behdad Esfahbod

Change hb_feature_t to keep tag/int instead of string

上级 0a4399ca
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册