create a font-subset from a font file.
pnpm i @anfu/font-subset -g
Usage: fsub -c <path>
a command tool for generate font subset
Options:
-V, --version output the version number
-c, --config <path> the path of config file
-h, --help display help for command
fontPath
path of the font filetext
the subset of the font to be generatedpreset
includes digits, letters, and symbolsoutput
path
path to output the subset font filename
name of the subset font file
subset.config.json
{
"fontPath": "./gbk.ttf",
"text": "锐字工房云字库行楷GBK",
"preset": true,
"output": {
"path": "./example",
"name": "gbk"
}
}