GithubHelp home page GithubHelp logo

davelab6 / openbakery Goto Github PK

View Code? Open in Web Editor NEW

This project forked from miguelsousa/openbakery

0.0 1.0 0.0 40.47 MB

A font quality assurance tool for everyone

License: Apache License 2.0

Python 96.83% PureBasic 2.03% HTML 1.15%

openbakery's Introduction

OpenBakery

OpenBakery, a font quality assurance tool for everyone

Lint & Test workflow status Code coverage status Package version Minimum Python version


Documentation: https://miguelsousa.github.io/openbakery

Source Code: https://github.com/miguelsousa/openbakery

Contributing Guide: https://github.com/miguelsousa/openbakery/blob/main/CONTRIBUTING.md


OpenBakery is a command-line tool for validating font binaries and, optionally, their source files and metadata.

Requirements

  • Python version 3.8 (or greater)
    To determine if your system has Python installed and which version, run this command: python --version
    Please refer to the instructions provided at python.org for downloading and installing Python on your platform.

  • pip version 22.0 (or greater)
    To determine if your Python environment has pip installed and which version, run this command: python -m pip --version
    Please refer to the instructions provided at pip.pypa.io for downloading and installing pip on your Python environment.

โš ๏ธ IMPORTANT: If you have Python 2.x installed in your system, you may have to use python3 (instead of python) in the commands below.

Installation

Command to install a stable version of OpenBakery:

python -m pip install --upgrade openbakery

Command to install a beta version of OpenBakery:

python -m pip install --upgrade --pre openbakery

OpenBakery's functionality is organized into profiles. Each profile invokes specific font checks. To get a list of all the profiles run this command:

openbakery --list-subcommands
check-adobefonts
check-fontbureau
check-fontval
check-fontwerk
check-googlefonts
check-iso15008
check-notofonts
check-opentype
check-profile
check-proposals
check-ufo-sources
check-universal

The installation commands above enable you to run the universal and the opentype profiles on a font, like so:

openbakery check-opentype MyFont-Regular.ttf

To test your fonts with other profiles, you need to install openbakery with a corresponding extra. The command below installs openbakery with all the necessary dependencies for running the checks in the googlefonts profile:

python -m pip install --upgrade 'openbakery[googlefonts]'

Usage

If you made it this far, congratulation! You should now be ready to "bake" your fonts. ๐Ÿ˜€ ๐Ÿฅฏ๐Ÿž๐Ÿฅ–๐Ÿฅจ๐Ÿฅ๐Ÿซ“๐Ÿง

The documentation contains many examples of how to run openbakery with its various options.

License

This project is licensed under the terms of the Apache 2.0 license.

All comments on issues, pull requests, and discussions will be treated as also licensed under this license such that they can be incorporated into the project's codebase.

Fork acknowledgment

This project is a fork of Font Bakery.

openbakery's People

Contributors

miguelsousa avatar renovate[bot] avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.