日本語のREADMEはこちらです: README.ja.md
A command-line tool for generating OpenType fonts from glyph data defined in JavaScript or JSON.
IchigoJam dot font (CC BY IchigoJam)
- Generates OpenType (.otf) fonts programmatically.
- Supports glyph definitions from bitmap data (via JSON).
- Supports glyph definitions from vector paths (in JavaScript).
- Includes a complete example for the 8x8 IchigoJam dot font.
This repository contains two example scripts for generating fonts.
This script generates IchigoJamdot-Regular.otf from the bitmap data in ichigojam-font.json.
deno run -A makeIchigoJamFont.jsThis script generates Pyramid-Regular.otf from vector coordinates defined directly in the script.
deno run -A makePyramidFont.jsMIT