Touch the point P (within the zone specified in zp0) in the
directions specified in the freedom vector. Then, if OPCODE is
- 0x7f, round the point and move it the rounded distance along the
+ 0x2f, round the point and move it the rounded distance along the
freedom vector.
Finally, set the RP0 and RP1 registers to P. */
/* Measure the current distance. */
here = sfnt_project_vector (interpreter, px, py);
- if (opcode == 0x7f)
+ if (opcode == 0x2f)
{
/* Measure distance, round, then move to the distance. */
distance = sfnt_project_vector (interpreter, px, py);
return 1;
}
-#define FANCY_PPEM 12
-#define EASY_PPEM 12
+#define FANCY_PPEM 14
+#define EASY_PPEM 14
interpreter = NULL;
head = sfnt_read_head_table (fd, font);