diff options
author | Akira Yokosawa <akiyks@gmail.com> | 2024-04-27 17:24:11 +0900 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2024-05-02 10:14:52 -0600 |
commit | 5384258f4ef0c27cc9d5255ce4992f13656e215d (patch) | |
tree | a54c1fbdf1fb702146e639cb6a7514e36ead7d33 /scripts/bpf_doc.py | |
parent | af3e4a5ab9a017da9cf624791629e2df710a171c (diff) |
docs: scripts/check-variable-fonts.sh: Improve commands for detection
As mentioned in "Assumption:", current grep expression can't catch
font files whose names are changed from upstream "Noto CJK fonts".
To avoid false negatives, use command of the form:
fc-list : file family variable
, where ":" works as a wildcard pattern.
Variable fonts can be detected by filtering the output with
"variable=True" and "Noto CJK" font-family variants.
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/c62ba2e6-c124-4e91-8011-cb1da408a3c5@gmail.com
Diffstat (limited to 'scripts/bpf_doc.py')
0 files changed, 0 insertions, 0 deletions