Skip to content

irori/wapuro-mincho

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ワープロ明朝 (Wāpuro Mincho)

"ワープロ明朝" is a font that reproduced the smoothing algorithm used in the 80-90's Japanese word processors.

Sample

Directories

  • bdf : Contains the base bitmap font (Jiskan24).
  • converter : Contains a script that generates smoothed outline fonts from bitmap fonts.
  • dist : Generated fonts are placed in this directory.
  • site : Source code of the web site.

Build

Install the dependent libraries with pip, and run build.sh.

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
./build.sh otf

License

  • The font files in the bdf and dist directories are public domain.
  • The script files in converter directory are governed by the MIT license.