Skip to content

Remove unreachable glyphs #37

Description

@basil
 >> unreachable_glyphs
    Check font contains no unreachable glyphs
    with NeanesStathisSeries.otf
Rationale:

Glyphs are either accessible directly through Unicode codepoints or
through substitution rules.

In Color Fonts, glyphs are also referenced by the COLR table. And
mathematical fonts also reference glyphs via the MATH table.

Any glyphs not accessible by these means are redundant and serve only to
increase the font's file size.

More info: https://github.com/fonttools/fontbakery/issues/3160

WARN The following glyphs could not be reached by codepoint or
     substitution rules:

      - nonmarkingreturn

     [code: unreachable-glyphs]

Result: WARN

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions