diff options
Diffstat (limited to 'src/font.h')
| -rw-r--r-- | src/font.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.h b/src/font.h index 8ca7c9c19c4..b6c1acf4a30 100644 --- a/src/font.h +++ b/src/font.h | |||
| @@ -621,7 +621,7 @@ struct font_driver | |||
| 621 | /* Optional. | 621 | /* Optional. |
| 622 | Get coordinates of the INDEXth anchor point of the glyph whose | 622 | Get coordinates of the INDEXth anchor point of the glyph whose |
| 623 | code is CODE. Store the coordinates in *X and *Y. Return 0 if | 623 | code is CODE. Store the coordinates in *X and *Y. Return 0 if |
| 624 | the operations was successfull. Otherwise return -1. */ | 624 | the operations was successful. Otherwise return -1. */ |
| 625 | int (*anchor_point) (struct font *font, unsigned code, int index, | 625 | int (*anchor_point) (struct font *font, unsigned code, int index, |
| 626 | int *x, int *y); | 626 | int *x, int *y); |
| 627 | 627 | ||