aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-11-10 22:53:01 +0100
committerMattias Andrée <maandree@kth.se>2021-11-10 22:53:01 +0100
commitf6e25fdd26b50cde6f033a75d5041cf4c18cd096 (patch)
treefd94d9e2ef0e95ceac57087836494b7ece76d3e4
parentImplement libfonts_calculate_subpixel_order (diff)
downloadlibfonts-f6e25fdd26b50cde6f033a75d5041cf4c18cd096.tar.gz
libfonts-f6e25fdd26b50cde6f033a75d5041cf4c18cd096.tar.bz2
libfonts-f6e25fdd26b50cde6f033a75d5041cf4c18cd096.tar.xz
Add function prototype: libfonts_do_font_descriptions_match
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--libfonts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libfonts.h b/libfonts.h
index 6a988a5..7f14a48 100644
--- a/libfonts.h
+++ b/libfonts.h
@@ -309,6 +309,7 @@ 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 *, const char *);
int libfonts_get_default_rendering_settings(struct libfonts_rendering_settings *);
int libfonts_get_output_rendering_settings(struct libfonts_rendering_settings *, const char *);