diff options
author | Mattias Andrée <maandree@kth.se> | 2023-01-21 12:04:25 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-01-21 12:04:25 +0100 |
commit | 5bd71990de55e5c944559a3829a8d4e1fb96153f (patch) | |
tree | caa2ef62bf8db35e65ed127ed850bc7dd4754275 /Makefile | |
parent | Add libfonts_create_transcoding_table (diff) | |
download | libfonts-5bd71990de55e5c944559a3829a8d4e1fb96153f.tar.gz libfonts-5bd71990de55e5c944559a3829a8d4e1fb96153f.tar.bz2 libfonts-5bd71990de55e5c944559a3829a8d4e1fb96153f.tar.xz |
Add libfonts_get_subpixel_expansion
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
@@ -34,6 +34,7 @@ PUBLIC_OBJ =\ libfonts_get_font_root_dirs.o\ libfonts_get_output_dpi.o\ libfonts_get_output_rendering_settings.o\ + libfonts_get_subpixel_expansion.o\ libfonts_get_subpixel_order_class.o\ libfonts_parse_alias_line.o\ libfonts_parse_dir_line.o\ |