diff options
author | Mattias Andrée <maandree@kth.se> | 2023-01-17 19:48:42 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-01-17 19:48:42 +0100 |
commit | 55ac90d9647c5e27aec8f93796d79be21167a856 (patch) | |
tree | 3fc69e21a05535497817fec11bca11f5419870dd /libfonts.h | |
parent | Doc using libfonts_parse_dir_line for encodings.dir and add LIBFONTS_ENCODING_DIR_FILE_NAME (diff) | |
download | libfonts-55ac90d9647c5e27aec8f93796d79be21167a856.tar.gz libfonts-55ac90d9647c5e27aec8f93796d79be21167a856.tar.bz2 libfonts-55ac90d9647c5e27aec8f93796d79be21167a856.tar.xz |
libfonts_do_decoded_font_descriptions_match: check charset subset coverage
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | libfonts.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1625,7 +1625,7 @@ struct libfonts_font_description { * inclusive ranges included the subset. A range will either be a * decimal integer, or an two decimal integers separated by a "-" * (the left-hand side will be strictly less than the right-hand side). - * All ranges will be disjunction, and have a non-zero distance. + * All ranges will be disjunctive, and have a non-zero distance. * * The library will take care of converting hexadecimal numbers (prefixed * with "0x") to decimal, removing leading zeroes, converting "_" to "-", |