Skip to main content

Convert variable fonts to static font instances

Project description

Var2Stat

Convert variable fonts to static font instances with configuration-based axis control.

Features

  • Extract axis information and generate optimized configuration files
  • Smart axis inheritance (global defaults with variant overrides)
  • True static output with all variation tables removed

Installation

uv tool install var2stat

Usage

  • Step 1: Generate config from variable font (creates <font_file>-config.json in the same directory as the font):

    uvx var2stat config <font_file.ttf>
    
  • Step 2: Generate static fonts from a config file:

    uvx var2stat generate <config_file.json>
    

    Output is always saved to a folder named after the canonicalized font name, with files named <canonical_font_name>_<variant>.ttf.

Config Structure

{
  "$schema": "https://raw.githubusercontent.com/decipher3114/Var2Stat/refs/heads/main/schema.json",
  "file": "font.ttf",
  "font_name": "Font Name",
  "axes": { "wght": null, "opsz": 16 },
  "variants": {
    "Regular": { "wght": 400 },
    "Bold": { "wght": 700 }
  }
}
  • Global axes with null use font defaults
  • Variant axes override global values

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

var2stat-0.2.3.tar.gz (15.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

var2stat-0.2.3-py3-none-any.whl (9.2 kB view details)

Uploaded Python 3

File details

Details for the file var2stat-0.2.3.tar.gz.

File metadata

  • Download URL: var2stat-0.2.3.tar.gz
  • Upload date:
  • Size: 15.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for var2stat-0.2.3.tar.gz
Algorithm Hash digest
SHA256 53b4a29bd38ff352763c3bc70894150dd483dc3cab10b425798de95ba46f6c35
MD5 395c08d16d275fd58ff824e14db72a6e
BLAKE2b-256 3e96a2c9f3dcf1aab1cde5974cf906de62d3fe9634fe7e708aa6e86bc9c028de

See more details on using hashes here.

File details

Details for the file var2stat-0.2.3-py3-none-any.whl.

File metadata

  • Download URL: var2stat-0.2.3-py3-none-any.whl
  • Upload date:
  • Size: 9.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for var2stat-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 c9f8ced766ff4252e09c7688b7cbef3df098d18e2824168090f3b62c34aa4909
MD5 8fcc06684d9cd6d3ad452e9021fa3266
BLAKE2b-256 0ec0dfdcde92aa2d84a7d708599fcf11c17886026c0e9be6208bd24b5702f008

See more details on using hashes here.

Supported by

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