aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.c b/src/font.c
index 15a3f8b99ad..965bf3f4b6f 100644
--- a/src/font.c
+++ b/src/font.c
@@ -1667,7 +1667,7 @@ void
1667adjust_anchor (struct font *font, OTF_Anchor *anchor, 1667adjust_anchor (struct font *font, OTF_Anchor *anchor,
1668 unsigned code, int size, int *x, int *y) 1668 unsigned code, int size, int *x, int *y)
1669{ 1669{
1670 if (anchor->AnchorFormat == 2) 1670 if (anchor->AnchorFormat == 2 && font->driver->anchor_point)
1671 { 1671 {
1672 int x0, y0; 1672 int x0, y0;
1673 1673