diff options
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -31,6 +31,9 @@ struct libskrift_context { char subpixel_horizontally; char subpixel_vertically; char subpixel_bgr; + double x_advancement; + double y_advancement; + double transformation[6]; size_t nfonts; LIBSKRIFT_FONT *fonts[]; }; |