diff --git a/src/hb-open-type.hh b/src/hb-open-type.hh index aee7064be..318c0fbe5 100644 --- a/src/hb-open-type.hh +++ b/src/hb-open-type.hh @@ -729,6 +729,7 @@ struct ArrayOf DEFINE_SIZE_ARRAY (sizeof (LenType), arrayZ); }; template using Array16Of = ArrayOf; +template using Array24Of = ArrayOf; template using Array32Of = ArrayOf; using PString = ArrayOf; @@ -961,6 +962,7 @@ struct SortedArrayOf : ArrayOf }; template using SortedArray16Of = SortedArrayOf; +template using SortedArray24Of = SortedArrayOf; template using SortedArray32Of = SortedArrayOf; /*