From d160d20b28b396f16fe81b4cb00d5fd4d183d9fd Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 10 Nov 2021 23:35:27 +0100 Subject: Store DPI in floating point instead of deci-integer + implement libfonts_get_output_dpi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-70-g09d2