[HB] Fix typo
This commit is contained in:
parent
6b59c9b445
commit
5ee2189622
|
@ -850,7 +850,7 @@ struct ClassDefFormat2 {
|
||||||
|
|
||||||
private:
|
private:
|
||||||
USHORT classFormat; /* Format identifier--format = 2 */
|
USHORT classFormat; /* Format identifier--format = 2 */
|
||||||
USHORT rangeCount; /* Number of Number of ClassRangeRecords */
|
USHORT rangeCount; /* Number of ClassRangeRecords */
|
||||||
ClassRangeRecord rangeRecord[]; /* Array of glyph ranges--ordered by
|
ClassRangeRecord rangeRecord[]; /* Array of glyph ranges--ordered by
|
||||||
* Start GlyphID */
|
* Start GlyphID */
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue