Change hb_feature_t to keep tag/int instead of string
This commit is contained in:
parent
0a4399ca22
commit
0db299ccad
|
@ -34,8 +34,8 @@
|
||||||
HB_BEGIN_DECLS
|
HB_BEGIN_DECLS
|
||||||
|
|
||||||
typedef struct _hb_feature_t {
|
typedef struct _hb_feature_t {
|
||||||
const char *name;
|
hb_tag_t tag;
|
||||||
const char *value;
|
uint32_t value;
|
||||||
unsigned int start;
|
unsigned int start;
|
||||||
unsigned int end;
|
unsigned int end;
|
||||||
} hb_feature_t;
|
} hb_feature_t;
|
||||||
|
|
Loading…
Reference in New Issue