Skip to content

code4fukui/font-maker

Repository files navigation

font-maker

日本語のREADMEはこちらです: README.ja.md

A command-line tool for generating OpenType fonts from glyph data defined in JavaScript or JSON.

Demo

IchigoJam dot font (CC BY IchigoJam)

Features

  • 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.

Requirements

Usage

This repository contains two example scripts for generating fonts.

1. IchigoJam Dot Font (from JSON bitmap data)

This script generates IchigoJamdot-Regular.otf from the bitmap data in ichigojam-font.json.

deno run -A makeIchigoJamFont.js

2. Pyramid Font (from vector data)

This script generates Pyramid-Regular.otf from vector coordinates defined directly in the script.

deno run -A makePyramidFont.js

Dependencies

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors