DEFINE_LEN(Type, array, num) \
DEFINE_SIZE(Type, array, num)
-#define DEFINE_NOT_INSTANTIABLE(Type) \
+#define DEFINE_NON_INSTANTIABLE(Type) \
private: inline Type() {} /* cannot be instantiated */ \
public:
*/
struct OpenTypeFontFile {
- DEFINE_NOT_INSTANTIABLE(OpenTypeFontFile);
+ DEFINE_NON_INSTANTIABLE(OpenTypeFontFile);
static const hb_tag_t TrueTypeTag = HB_TAG ( 0 , 1 , 0 , 0 );
static const hb_tag_t CFFTag = HB_TAG ('O','T','T','O');
static const hb_tag_t TTCTag = HB_TAG ('t','t','c','f');
};
struct CoverageFormat {
- DEFINE_NOT_INSTANTIABLE(CoverageFormat);
+ DEFINE_NON_INSTANTIABLE(CoverageFormat);
inline unsigned int get_size (void) const {
switch (coverageFormat) {