aboutsummaryrefslogtreecommitdiffstats
path: root/libskrift_points_to_pixels.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2020-04-26 11:02:57 +0200
committerMattias Andrée <maandree@kth.se>2020-04-26 11:08:13 +0200
commit933799d9f0aaf811b37aebf71db2634c4f80e23b (patch)
tree856a96f1d7f91ebb9a690078d13c6e3201753dc7 /libskrift_points_to_pixels.c
downloadlibskrift-933799d9f0aaf811b37aebf71db2634c4f80e23b.tar.gz
libskrift-933799d9f0aaf811b37aebf71db2634c4f80e23b.tar.bz2
libskrift-933799d9f0aaf811b37aebf71db2634c4f80e23b.tar.xz
First commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
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);