diff options
author | Mattias Andrée <maandree@kth.se> | 2023-01-17 20:21:10 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-01-17 20:21:10 +0100 |
commit | 26bc1384c1163601af5902435bc3bc2c59855e97 (patch) | |
tree | 6d0d52c3de36f9325e20d7c345a58ba28f9431e0 /Makefile | |
parent | m (diff) | |
download | libfonts-26bc1384c1163601af5902435bc3bc2c59855e97.tar.gz libfonts-26bc1384c1163601af5902435bc3bc2c59855e97.tar.bz2 libfonts-26bc1384c1163601af5902435bc3bc2c59855e97.tar.xz |
Add libfonts_char_is_in_subset
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 PUBLIC_OBJ =\ libfonts_calculate_subpixel_order.o\ + libfonts_char_is_in_subset.o\ libfonts_decode_font_description.o\ libfonts_do_decoded_font_descriptions_match.o\ libfonts_do_font_descriptions_match.o\ |