Skip to content

Commit

Permalink
Improve rationale for hinting/smart_dropout
Browse files Browse the repository at this point in the history
Providing better fixing instructions.

com.google.fonts/check/smart_dropout
On the Google Fonts Profile.

(PR #4570)
  • Loading branch information
simoncozens authored and felipesanches committed Mar 5, 2024
1 parent c8c5667 commit ef70fc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ A more detailed list of changes is available in the corresponding milestones for
- **[com.google.fonts/check/metadata/copyright_max_length]:** Added rationale. (PR #4570)
- **[com.google.fonts/check/metadata/nameid/copyright]:** Added rationale. (PR #4570)
- **[com.google.fonts/check/has_ttfautohint_params]:** Added rationale. (PR #4570)
- **[com.google.fonts/check/smart_dropout]:** Improve rationale with better fixing instructions. (PR #4570)

#### On the FontValidator profile
- **[com.google.fonts/check/fontvalidator]:** Added rationale. (PR #4570)
Expand Down
3 changes: 3 additions & 0 deletions Lib/fontbakery/checks/googlefonts/hinting.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,9 @@ def ttfautohint_version(values):
For more detailed info (such as other rules not enabled in this snippet),
please refer to the TrueType Instruction Set documentation.
Generally this occurs with unhinted fonts; if you are not using autohinting,
use gftools-fix-nonhinting (or just gftools-fix-font) to fix this issue.
""",
proposal="legacy:check/072",
)
Expand Down

0 comments on commit ef70fc4

Please sign in to comment.