Whitespace
This commit is contained in:
parent
bb2a206508
commit
fd94e729cb
|
@ -1265,10 +1265,10 @@ struct ClassDefFormat1
|
||||||
}
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
HBUINT16 classFormat; /* Format identifier--format = 1 */
|
HBUINT16 classFormat; /* Format identifier--format = 1 */
|
||||||
GlyphID startGlyph; /* First GlyphID of the classValueArray */
|
GlyphID startGlyph; /* First GlyphID of the classValueArray */
|
||||||
ArrayOf<HBUINT16>
|
ArrayOf<HBUINT16>
|
||||||
classValue; /* Array of Class Values--one per GlyphID */
|
classValue; /* Array of Class Values--one per GlyphID */
|
||||||
public:
|
public:
|
||||||
DEFINE_SIZE_ARRAY (6, classValue);
|
DEFINE_SIZE_ARRAY (6, classValue);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue