39 OneOTFeature(
const char *c, int32 choice) : fChoice(choice)
40 { fFeature = *((int32*)(c)); }
42 void SetFeature(
const char* c)
43 { fFeature = *((int32*)(c)); }
44 const char* GetFeature()
const 45 {
return (
char *)(&fFeature); }
47 void SetChoice(int32 choice)
49 const int32 GetChoice()
const 64 ASSERT_FAIL(
"not supported");
return -1;
71 #define kOT_AutoOpenTypePositionalFormsFeatureTag (*((int32*)("_APF"))) 74 #endif // __OTFEATURE__