diff options
author | Mattias Andrée <maandree@kth.se> | 2021-11-10 22:53:01 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-11-10 22:53:01 +0100 |
commit | f6e25fdd26b50cde6f033a75d5041cf4c18cd096 (patch) | |
tree | fd94d9e2ef0e95ceac57087836494b7ece76d3e4 | |
parent | Implement libfonts_calculate_subpixel_order (diff) | |
download | libfonts-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 *); |