aboutsummaryrefslogtreecommitdiffstats
path: root/libskrift_points_to_pixels.c
diff options
context:
space:
mode:
Diffstat (limited to 'libskrift_points_to_pixels.c')
-rw-r--r--libskrift_points_to_pixels.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libskrift_points_to_pixels.c b/libskrift_points_to_pixels.c
new file mode 100644
index 0000000..3901175
--- /dev/null
+++ b/libskrift_points_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);