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.0.tar.gz (15.0 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.0-py3-none-any.whl (8.1 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for var2stat-0.2.0.tar.gz
Algorithm Hash digest
SHA256 27f072ad295c7874570d5cd80a59aec02660e1989d5bc44ec93c6638706c9bbc
MD5 03a6f37aa3b065113afe2b08193e62cd
BLAKE2b-256 e767f2f170cf7dda0b54545a7c69b6853ce478b01e086b7c66e093bacb5edaf9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: var2stat-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 8.1 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.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fc9d902256c9e85265692fda6872a8e671ec8866b05b3e82ac59879919f0e3f7
MD5 db1a780ae859b959c3ab9d3ced215d2a
BLAKE2b-256 8cb7e4fc53887d18b7fe4088dfedcd3a93ff745752fae910173f4185c526aaff

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