fontfeature patch
This commit is contained in:
parent
37bc089f1d
commit
ec1b8b0ac0
4 changed files with 34 additions and 9 deletions
4
hb.h
4
hb.h
|
|
@ -7,6 +7,10 @@ typedef struct {
|
|||
hb_glyph_info_t *glyphs;
|
||||
hb_glyph_position_t *positions;
|
||||
unsigned int count;
|
||||
#if FONTFEATURES_PATCH
|
||||
hb_feature_t *features;
|
||||
int features_count;
|
||||
#endif // FONTFEATURES_PATCH
|
||||
} HbTransformData;
|
||||
|
||||
void hbcreatebuffer(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue