minor edits
This commit is contained in:
parent
ff60f34dd6
commit
2e1965e572
|
@ -104,7 +104,7 @@ struct CFFIndex
|
||||||
else
|
else
|
||||||
return min_size + calculate_offset_array_size (offSize, count) + dataSize;
|
return min_size + calculate_offset_array_size (offSize, count) + dataSize;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool serialize (hb_serialize_context_t *c, const CFFIndex &src)
|
bool serialize (hb_serialize_context_t *c, const CFFIndex &src)
|
||||||
{
|
{
|
||||||
TRACE_SERIALIZE (this);
|
TRACE_SERIALIZE (this);
|
||||||
|
|
|
@ -1587,6 +1587,7 @@ static inline void ClassDef_serialize (hb_serialize_context_t *c,
|
||||||
hb_array_t<const HBUINT16> klasses)
|
hb_array_t<const HBUINT16> klasses)
|
||||||
{ c->start_embed<ClassDef> ()->serialize (c, glyphs, klasses); }
|
{ c->start_embed<ClassDef> ()->serialize (c, glyphs, klasses); }
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Item Variation Store
|
* Item Variation Store
|
||||||
*/
|
*/
|
||||||
|
@ -2241,6 +2242,7 @@ struct Device
|
||||||
DEFINE_SIZE_UNION (6, b);
|
DEFINE_SIZE_UNION (6, b);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
} /* namespace OT */
|
} /* namespace OT */
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue