diff options
author | Mattias Andrée <maandree@kth.se> | 2023-01-07 20:24:56 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-01-07 20:24:56 +0100 |
commit | a0a215b02de9a4f32097a8e98208f911c8d1e027 (patch) | |
tree | bd11effbe838b1a0b731877774bddcde6b8edb53 /Makefile | |
parent | Add LIBFONTS_SUBPIXEL_ORDER_BALANCED_??_?? subpixels orders (diff) | |
download | libfonts-a0a215b02de9a4f32097a8e98208f911c8d1e027.tar.gz libfonts-a0a215b02de9a4f32097a8e98208f911c8d1e027.tar.bz2 libfonts-a0a215b02de9a4f32097a8e98208f911c8d1e027.tar.xz |
Add libfonts_{get,unget}_subpixel_order_class
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -21,7 +21,9 @@ OBJ =\ libfonts_decode_font_description.o\ libfonts_encode_font_description.o\ libfonts_get_default_font_name.o\ - libfonts_get_output_dpi.o + libfonts_get_output_dpi.o\ + libfonts_get_subpixel_order_class.o\ + libfonts_unget_subpixel_order_class.o HDR =\ common.h\ |