aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2020-04-29 15:57:11 +0200
committerMattias Andrée <maandree@kth.se>2020-04-29 15:57:11 +0200
commit9e7d87e78531157e6a6072650cf84e59d57133fa (patch)
tree0fd6ae184a8da3c57c45d688781b2da18862691a /Makefile
parentAdd support for character transformation (diff)
downloadlibskrift-9e7d87e78531157e6a6072650cf84e59d57133fa.tar.gz
libskrift-9e7d87e78531157e6a6072650cf84e59d57133fa.tar.bz2
libskrift-9e7d87e78531157e6a6072650cf84e59d57133fa.tar.xz
Add support for character mirroring and add functions for creating transformations
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4c70752..85769d0 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,16 @@ CONFIGFILE = config.mk
include $(CONFIGFILE)
OBJ =\
+ libskrift_add_180_degree_rotation.o\
+ libskrift_add_270_degree_rotation.o\
+ libskrift_add_90_degree_rotation.o\
+ libskrift_add_rotation.o\
+ libskrift_add_rotation_degrees.o\
+ libskrift_add_scaling.o\
+ libskrift_add_shear.o\
+ libskrift_add_transformation.o\
+ libskrift_add_translation.o\
+ libskrift_add_transposition.o\
libskrift_apply_glyph.o\
libskrift_calculate_dpi.o\
libskrift_close_font.o\