diff options
| author | Mattias Andrée <maandree@kth.se> | 2023-01-10 20:17:36 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2023-01-10 20:17:36 +0100 |
| commit | 63af9d6cd24d2b57ad66b4e6b6a5bfe786ac62d4 (patch) | |
| tree | f5c257ff032f8fe3d54c3d20134f6f574cf37f91 | |
| parent | Ignore case (ASCII) when comparing font descriptions (diff) | |
| download | libfonts-63af9d6cd24d2b57ad66b4e6b6a5bfe786ac62d4.tar.gz libfonts-63af9d6cd24d2b57ad66b4e6b6a5bfe786ac62d4.tar.bz2 libfonts-63af9d6cd24d2b57ad66b4e6b6a5bfe786ac62d4.tar.xz | |
Add todo
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rw-r--r-- | libfonts_do_decoded_font_descriptions_match.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libfonts_do_decoded_font_descriptions_match.c b/libfonts_do_decoded_font_descriptions_match.c index 091382e..67f96ee 100644 --- a/libfonts_do_decoded_font_descriptions_match.c +++ b/libfonts_do_decoded_font_descriptions_match.c @@ -19,7 +19,7 @@ X(average_width) _\ X(charset_registry) _\ X(charset_encoding) _\ - X(charset_subset) + X(charset_subset) /* TODO desc shall match spec if spec is a subset of desc */ static int |
