Merge branch 'var-subset' of https://github.com/harfbuzz/harfbuzz into var-subset

This commit is contained in:
Michiharu Ariza 2019-03-29 18:41:38 -07:00
commit 3236623e1f
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
libtool

View File

@ -191,7 +191,7 @@ struct glyf
point2 = p[1];
}
}
void transform_points (contour_point_vector_t &points) const
{
float matrix[4];
@ -219,7 +219,7 @@ struct glyf
{
matrix[0] = matrix[3] = 1.f;
matrix[1] = matrix[2] = 0.f;
int tx, ty;
const HBINT8 *p = &StructAfter<const HBINT8> (glyphIndex);
if (flags & ARG_1_AND_2_ARE_WORDS)
@ -625,7 +625,7 @@ struct glyf
/* Apply component transformation & translation */
composite.current->transform_points (comp_points);
/* Apply translatation from gvar */
comp_points.translate (points[comp_index]);