Skip to content

Commit 3f41ded

Browse files
committed
Check base_has_width is no longer considered experimental.
1 parent 35b3a8f commit 3f41ded

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ A more detailed list of changes is available in the corresponding milestones for
1010
- fonttools==4.58.0 has been changed (PR #https://github.com/fonttools/fonttools/pull/3809/): It fixes duplicate names, therefore the test for the `unique_glyphnames`check was failing. (issue #5023)
1111
- Fix passing legacy check ids to --exclude-checkid (PR #5032)
1212

13-
### On the opentype profile
13+
### On the OpenType profile
1414
- **[check_monospace]:** Check CFF fonts as well: remove conditions "is_ttf" + remove "glyf" from required tables (issue #5030)
1515

16+
### On the Universal profile
17+
- **[base_has_width]** is no longer considered experimental.
18+
1619

1720
## 1.0.0 (2025-May-07)
1821
- See also: https://github.com/fonttools/fontspector

Lib/fontbakery/checks/base_has_width.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ def is_space(codepoint):
2727
Base characters should have non-zero advance width.
2828
""",
2929
proposal="https://github.com/fonttools/fontbakery/issues/4906",
30-
experimental="Since 2024/12/28",
3130
)
3231
def check_base_has_width(font, config):
3332
"""Check base characters have non-zero advance width."""

0 commit comments

Comments
 (0)