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.1.1.tar.gz (14.7 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.1.1-py3-none-any.whl (7.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for var2stat-0.1.1.tar.gz
Algorithm Hash digest
SHA256 78eb92fb939e4e1cf0bbb868a3a16bb84ca51ee82f388645d96c493cc38eff1b
MD5 283ff716f8153f97594de513b6ff7f01
BLAKE2b-256 da3500e422ccfb5da214cffd5fbb90f677aebe0cadbb1d516b81f6a26b255351

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for var2stat-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 59c948d1396c20de0aa3af9a1c90fc32a61bb25788853fe4c9f7b888a6dc3bdf
MD5 2f1c8667c8b0b2c0b2cfba7d0ab83da8
BLAKE2b-256 f0d65d7da9ce0492294d6240af68229ce1d539295365e94ebc5c4b62d46249ba

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