diff options
author | Mattias Andrée <maandree@kth.se> | 2023-01-21 14:00:22 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-01-21 14:00:22 +0100 |
commit | 00fdd0019370abcc67cf95e9c604aeda4637ac8b (patch) | |
tree | a0d1a8f7baec414c143436550146d565fde02e79 /Makefile | |
parent | Add tests for libfonts_get_subpixel_expansion (diff) | |
download | libfonts-00fdd0019370abcc67cf95e9c604aeda4637ac8b.tar.gz libfonts-00fdd0019370abcc67cf95e9c604aeda4637ac8b.tar.bz2 libfonts-00fdd0019370abcc67cf95e9c604aeda4637ac8b.tar.xz |
Add libfonts_get_subpixel_map
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
@@ -35,6 +35,7 @@ PUBLIC_OBJ =\ libfonts_get_output_dpi.o\ libfonts_get_output_rendering_settings.o\ libfonts_get_subpixel_expansion.o\ + libfonts_get_subpixel_map.o\ libfonts_get_subpixel_order_class.o\ libfonts_parse_alias_line.o\ libfonts_parse_dir_line.o\ |