aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-11-20 19:06:01 +0100
committerMattias Andrée <maandree@kth.se>2021-11-20 19:06:01 +0100
commit4e0d43668489f8a191acb37652c53dc0abe1607d (patch)
tree64b302c08ae7210fdfee91aacd605ca0d3a3ba0a
parentImplement libfonts_encode_font_description (diff)
downloadlibfonts-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libfonts.h b/libfonts.h
index b7a1e43..2046e0e 100644
--- a/libfonts.h
+++ b/libfonts.h
@@ -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 *);