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.jsonin 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
nulluse 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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file var2stat-0.2.2.tar.gz.
File metadata
- Download URL: var2stat-0.2.2.tar.gz
- Upload date:
- Size: 15.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3c2968905ba476f143e2a6194c431349e6a1b499d92de707ec49c918b830e52
|
|
| MD5 |
7a517767292a659a23d547845b6d4a89
|
|
| BLAKE2b-256 |
badafb67584d49e63e754613e94feaaafab46f1e29b72e2532fd191adfc27321
|
File details
Details for the file var2stat-0.2.2-py3-none-any.whl.
File metadata
- Download URL: var2stat-0.2.2-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0cfc99c3798f35d9eabfb3b5e16b6e2a0f7463fd368bd25202288a61dec2524c
|
|
| MD5 |
70a0227f9bea4151fa47d11f844b57fa
|
|
| BLAKE2b-256 |
8febc93766d78e9649b2c8163734f392b7304281a94c9c8e3a522592e36ee678
|