maple-font
maple-font copied to clipboard
intro page and custom build tools
New website
- custom default weight (
avar) - freeze font feature (
gsub) - glyph replace (
hmtx&cff) - (maybe) append Nerd Font and CJK font
- code/variants/ligatures examples
- main stream IDE setup guide
- FAQ
Does this mean freeze_feature_list will return in V7 build config?
Yes, I think it's very convenient to modify fonts just in the browser and choose your options visually. Maybe I should provide the native way to freeze features?
Some test on hmtx table:
Seems invalid in opentype.js:
Seems also invalid in fontkit:
No support in fonteditor-core
Maybe just reuse fontfreeze is the best choice?
Figure out that hmtx is unnecessary for the font freeze
But opentype.js will 3x the size of the font file 😅
For custom builds, Codespace is convenient enough. Also, configuration is available in config.json and also can run with docker. So I do not plan to provide a purely web-based custom build.