diff options
author | Mattias Andrée <maandree@kth.se> | 2021-11-20 19:06:01 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-11-20 19:06:01 +0100 |
commit | 4e0d43668489f8a191acb37652c53dc0abe1607d (patch) | |
tree | 64b302c08ae7210fdfee91aacd605ca0d3a3ba0a | |
parent | Implement libfonts_encode_font_description (diff) | |
download | libfonts-4e0d43668489f8a191acb37652c53dc0abe1607d.tar.gz libfonts-4e0d43668489f8a191acb37652c53dc0abe1607d.tar.bz2 libfonts-4e0d43668489f8a191acb37652c53dc0abe1607d.tar.xz |
Add prototype for libfonts_do_decoded_font_descriptions_match
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | libfonts.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -310,6 +310,8 @@ struct libfonts_font_description { int libfonts_encode_font_description(const struct libfonts_font_description *, char[static 256]); int libfonts_decode_font_description(struct libfonts_font_description *, const char *); int libfonts_do_font_descriptions_match(const char * /* no wildcards */, const char * /* wildcards allowed */); +int libfonts_do_decoded_font_descriptions_match(const struct libfonts_font_description * /* no wildcards */, + const struct libfonts_font_description * /* wildcards allowed */); int libfonts_get_default_rendering_settings(struct libfonts_rendering_settings *); int libfonts_get_output_rendering_settings(struct libfonts_rendering_settings *, const char *); |