diff options
author | Mattias Andrée <maandree@kth.se> | 2020-04-28 18:47:10 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2020-04-28 18:47:10 +0200 |
commit | 9761455b328c86d8caedbf2f8ebd1bec8936e749 (patch) | |
tree | 81dd4f0982ae15a4dfe9f15ff5ce9342756f5a81 /Makefile | |
parent | Add code (untested) for applying glyphs to an image (diff) | |
download | libskrift-9761455b328c86d8caedbf2f8ebd1bec8936e749.tar.gz libskrift-9761455b328c86d8caedbf2f8ebd1bec8936e749.tar.bz2 libskrift-9761455b328c86d8caedbf2f8ebd1bec8936e749.tar.xz |
Fix drawing issues (there is still some left)
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
@@ -8,6 +8,7 @@ OBJ =\ libskrift_calculate_dpi.o\ libskrift_close_font.o\ libskrift_create_context.o\ + libskrift_draw_text.o\ libskrift_format_settings.o\ libskrift_free_context.o\ libskrift_get_grapheme_glyph.o\ |