fontfeature patch

This commit is contained in:
ant 2025-01-04 21:59:53 +01:00
parent 37bc089f1d
commit ec1b8b0ac0
4 changed files with 34 additions and 9 deletions

4
hb.h
View file

@ -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);