diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..da127e065 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +libtool diff --git a/src/hb-ot-glyf-table.hh b/src/hb-ot-glyf-table.hh index 6258591e4..99e242863 100644 --- a/src/hb-ot-glyf-table.hh +++ b/src/hb-ot-glyf-table.hh @@ -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 (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]);