mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[VarComposite] Minor use pad instead of StructAfter
This commit is contained in:
parent
1b74cd7c2d
commit
19d8328b63
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ struct VarCompositeGlyphRecord
|
|||
|
||||
const F2DOT14 *q = (const F2DOT14 *) (axes_size +
|
||||
(fl & GID_IS_24BIT ? 3 : 2) +
|
||||
&StructAfter<const HBUINT8> (numAxes));
|
||||
(const HBUINT8 *) &pad);
|
||||
|
||||
unsigned count = num_axes;
|
||||
if (fl & AXES_HAVE_VARIATION)
|
||||
|
|
Loading…
Add table
Reference in a new issue