diff options
author | Mattias Andrée <maandree@kth.se> | 2023-01-08 16:58:46 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-01-08 16:58:46 +0100 |
commit | 4d2cadb1719675dc832b9e8cfdd00a27f9189612 (patch) | |
tree | 004a4905337bc9e2bca9835e5ecb7831831c0d75 /Makefile | |
parent | Add environment spoofing (diff) | |
download | libfonts-4d2cadb1719675dc832b9e8cfdd00a27f9189612.tar.gz libfonts-4d2cadb1719675dc832b9e8cfdd00a27f9189612.tar.bz2 libfonts-4d2cadb1719675dc832b9e8cfdd00a27f9189612.tar.xz |
Draft implementations of libfonts_get_{default,output}_rendering_settings
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
@@ -22,6 +22,7 @@ PUBLIC_OBJ =\ libfonts_encode_font_description.o\ libfonts_get_default_font.o\ libfonts_get_default_font_name.o\ + libfonts_get_default_rendering_settings.o\ libfonts_get_output_dpi.o\ libfonts_get_subpixel_order_class.o\ libfonts_unget_subpixel_order_class.o\ |