[coretext] Hide feature_mappings

This commit is contained in:
Behdad Esfahbod 2014-08-14 13:29:30 -04:00
parent 0d2c2f238b
commit 522b1cc526
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ struct range_record_t {
#define kUpperCaseType 38 #define kUpperCaseType 38
/* Table data courtesy of Apple. */ /* Table data courtesy of Apple. */
struct feature_mapping_t { static const struct feature_mapping_t {
FourCharCode otFeatureTag; FourCharCode otFeatureTag;
uint16_t aatFeatureType; uint16_t aatFeatureType;
uint16_t selectorToEnable; uint16_t selectorToEnable;