"ワープロ明朝" is a font that reproduced the smoothing algorithm used in the 80-90's Japanese word processors.
bdf
: Contains the base bitmap font (Jiskan24).src
: 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.
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
- The font files in the
bdf
anddist
directories are public domain. - The script files in
src
directory are governed by the MIT license.