Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 508 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 508 Bytes

Font-to-png

A simple script for converting your font file to png file.

Usage

  1. Put your font file (ex: .ttf) in a folder named "fonts". (Or execute the script "download.sh")
  2. Choose some word you want to convert, write down them in a txt file named "inputs.txt".
  3. Execute "font-to-png.py".
  4. The font images are stored in a new "images/" folder.

Character example

font-to-png demo picture_01

font-to-png demo picture_02