diff options
author | Mattias Andrée <maandree@kth.se> | 2021-11-11 21:04:20 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-11-11 21:04:20 +0100 |
commit | c5c011296aef1a194d090f494c6a873756529123 (patch) | |
tree | d0206c56b2213de583a5420664a189e6b219fbae /Makefile | |
parent | Store DPI in floating point instead of deci-integer + implement libfonts_get_output_dpi (diff) | |
download | libfonts-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ LIB_NAME = fonts OBJ =\ libfonts_calculate_subpixel_order.o\ + libfonts_encode_font_description.o\ libfonts_get_output_dpi.o HDR =\ |