aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-11-10 23:35:27 +0100
committerMattias Andrée <maandree@kth.se>2021-11-10 23:35:27 +0100
commitd160d20b28b396f16fe81b4cb00d5fd4d183d9fd (patch)
tree57e12518776194ad5235accab7574001f82a9de3 /Makefile
parentAdd function prototype: libfonts_do_font_descriptions_match (diff)
downloadlibfonts-d160d20b28b396f16fe81b4cb00d5fd4d183d9fd.tar.gz
libfonts-d160d20b28b396f16fe81b4cb00d5fd4d183d9fd.tar.bz2
libfonts-d160d20b28b396f16fe81b4cb00d5fd4d183d9fd.tar.xz
Store DPI in floating point instead of deci-integer + implement libfonts_get_output_dpi
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ea54db..dae5d3a 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,8 @@ LIB_NAME = fonts
OBJ =\
- libfonts_calculate_subpixel_order.o
+ libfonts_calculate_subpixel_order.o\
+ libfonts_get_output_dpi.o
HDR =\
libfonts.h