2018-03-04 14:09:27 -06:00
|
|
|
// 4 march 2018
|
2018-03-04 14:48:45 -06:00
|
|
|
#import "../common/attrstr.h"
|
2018-03-04 14:09:27 -06:00
|
|
|
|
|
|
|
// opentype.m
|
|
|
|
extern CFArrayRef uiprivOpenTypeFeaturesToCTFeatures(const uiOpenTypeFeatures *otf);
|
2018-03-04 14:53:46 -06:00
|
|
|
|
|
|
|
// aat.m
|
|
|
|
typedef void (^uiprivAATBlock)(uint16_t type, uint16_t selector);
|
|
|
|
extern void uiprivOpenTypeToAAT(char a, char b, char c, char d, uint32_t value, uiprivAATBlock f);
|