aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-11-11 21:04:20 +0100
committerMattias Andrée <maandree@kth.se>2021-11-11 21:04:20 +0100
commitc5c011296aef1a194d090f494c6a873756529123 (patch)
treed0206c56b2213de583a5420664a189e6b219fbae /Makefile
parentStore DPI in floating point instead of deci-integer + implement libfonts_get_output_dpi (diff)
downloadlibfonts-c5c011296aef1a194d090f494c6a873756529123.tar.gz
libfonts-c5c011296aef1a194d090f494c6a873756529123.tar.bz2
libfonts-c5c011296aef1a194d090f494c6a873756529123.tar.xz
Implement libfonts_encode_font_description
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dae5d3a..53e9215 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,7 @@ LIB_NAME = fonts
OBJ =\
libfonts_calculate_subpixel_order.o\
+ libfonts_encode_font_description.o\
libfonts_get_output_dpi.o
HDR =\