Skip to main content

TruFont, a modular and cross-platform font editor.

Project description

Build Status

TruFont

TruFont is a font-editing application written with Python3, ufoLib, defcon and PyQt5.

Getting started

  1. Install Python 3.6 (or later):

    • OS X: Install using Homebrew: brew install python3

    • Windows: Download installer from python.org/downloads

    • Linux: It’s usually packaged with the OS.

  2. Set up a new Python virtual environment. Although this is not required, it’s highly recommended, since TruFont has lots of dependencies, which may (or may not) conflict with other modules you installed globally.

    • To create a new virtual environment in ENV_DIR:

      python3 -m venv ENV_DIR

      This creates a new ENV_DIR folder (you can choose the name you want). The bin subfolder (or Scripts if you are on Windows) contains a new python executable, and the pip installer linked to that.

    • Activate the newly created environment:

      • OS X or Linux: source ENV_DIR/bin/activate

      • Windows: ENV_DIR\Scripts\activate.bat

      This temporarily adds the virtual environment’s scripts folder to your console’s PATH, so you can access python, pip and the trufont script from anywhere.

    • Run deactivate when you wish to exit the virtual environment. This restores the default system PATH.

  3. Install/update TruFont to the latest stable release:

    pip install --upgrade trufont

  4. Run the app as trufont.

Contributing

Here’s a quick tutorial if you’d like to contribute to TruFont.

  1. Click the “Fork” button above, and clone the forked git repository to a new directory called trufont:

    git clone https://github.com/<YOUR_USERNAME>/trufont

  2. Move into the new folder and run this command to add the upstream repository url to the local list of remotes:

    git remote add upstream https://github.com/trufont/trufont

    This enables you to keep up-to-date with the upstream development.

  1. Synchronize your fork’s master branch with the upstream/master, especially before creating new branches:

    git checkout master
    git fetch upstream
    git rebase upstream/master
    git push
  2. Install pre-commit. It will run some checks every time you are about to commit something.

    pip install pre-commit
    pre-commit install
  1. Now, you can create and checkout your new feature branch:

    git checkout -b my-cool-new-feature

  2. Use pip to install TruFont in “editable” mode:

    pip install --editable .

    Instead of copying trufont to your Python site-packages directory, this command only creates a link to the source directory inside the git repository. You can then modify the code in place, or synchronize the latest upstream changes (as in step 4) without having to re-install.

  3. It is also recommended to regularly update the dependencies to the curently tested versions as listed in requirements.txt:

    pip install --upgrade -r requirements.txt

  4. Once you have commited your patch, push the new branch to your fork:

    git push -u origin my-cool-new-feature

  5. Finally, click “New pull request” on TruFont’s Github page to submit your patch.

We will be happy to review and integrate it into the main app.

Happy hacking with TruFont! :muscle:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

trufont-0.6.6.zip (638.2 kB view details)

Uploaded Source

Built Distribution

trufont-0.6.6-py3-none-any.whl (346.4 kB view details)

Uploaded Python 3

File details

Details for the file trufont-0.6.6.zip.

File metadata

  • Download URL: trufont-0.6.6.zip
  • Upload date:
  • Size: 638.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.10

File hashes

Hashes for trufont-0.6.6.zip
Algorithm Hash digest
SHA256 0264939bfeb8b9b505f8cdb653faa67332724fadfa46b2b0898fd3c78468cd82
MD5 9f5f004be2b871a9d4c5962b8cd34b9d
BLAKE2b-256 aa40bce022da69c38c5565b1ffe179ede27152ed419b7ae3f258c7461804c9c7

See more details on using hashes here.

File details

Details for the file trufont-0.6.6-py3-none-any.whl.

File metadata

  • Download URL: trufont-0.6.6-py3-none-any.whl
  • Upload date:
  • Size: 346.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.10

File hashes

Hashes for trufont-0.6.6-py3-none-any.whl
Algorithm Hash digest
SHA256 e0812fed5c655391bb35e59cea286fd1d9e55e52e1ea32aa5f097497c305a995
MD5 a19899bfbcb499996313ca353d6da7bf
BLAKE2b-256 0e69049c21dd45b0e5572e55d757402523c044bbd280224a6056246ed4bffa94

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page