Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.45 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.45 KB

✏️ Handwrite font generator

🔆 Project Background

To simplify the whole font generating process and to reduce the total time to make a font, we develop this handwrite font generator so that user can easily access this web service and use freely.

📚 Main Features & Processes

  1. Upload and Preview the written template
  2. Crop uploaded file into each Korean alphabets as a rectangle
  3. Remove unnecessary background
  4. Remove margin of the cropped images as mentioned on number 2
  5. Combine Korean alphabets as Korean letters
  6. Convert png files into a svg file
  7. Convert svg files into a font file
  8. Download a font generated

How to implement fontToImage.py

 python fontToImage.py ./font/font_name.ttf fontsize 

💎 How to implement webpage

Download font folder, web upload & preview folder In the terminal, run

 node app.js 

If CSS does not applied to your webpage, change html <link rel="stylesheet" href="/public/style.css"> to html <link rel="stylesheet" href="style.css"> in index.html

homepage

How to implement craft

python test.py --test_folder="./test_folder/" 

Our Prototype

prototype.video.without.music.mp4