Skip to content

Font metrics don't look right in FontForge; Unable to build in dev branch #739

Description

@allenrsty

The metrics on the font file built on GitHub look good with glyph names like uniNNNN.

Image

But it doesn't look right with a master branch local build. The glyph names are the actual characters.

Image

So I tried to build the dev branch. Then I got this error:
ModuleNotFoundError: No module named 'pkg_resources'

Which I tried to fix by installing an older version of setuptools:
pipenv install "setuptools<82"

{
"key": "setuptools",
"package_name": "setuptools",
"installed_version": "81.0.0",
"required_version": "81.0.0",
"dependencies": []
}

But I'm still getting this error:
ModuleNotFoundError: No module named 'pkg_resources'

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