diff options
Diffstat (limited to 'libskrift_inches_to_pixels.c')
-rw-r--r-- | libskrift_inches_to_pixels.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libskrift_inches_to_pixels.c b/libskrift_inches_to_pixels.c new file mode 100644 index 0000000..3901175 --- /dev/null +++ b/libskrift_inches_to_pixels.c @@ -0,0 +1,4 @@ +/* See LICENSE file for copyright and license details. */ +#include "common.h" + +extern inline double libskrift_points_to_pixels(double points, const struct libskrift_rendering *rendering); |