Skip to content

alifeee/kiran-builder-typeface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kiran Builder Typeface

Building a font from this image

Picture of painted writing on a wall

Using https://fontforge.org/

Commands

Required:

Invert quantized images

for image in $(find . -wholename "./reference/quantized_png/*.png"); do convert $image -channel RGB -negate ./reference/quantized_inverted_png/$(basename $image);

Convert quantized images to bitmaps

for image in $(find . -wholename "./reference/quantized_inverted_png/*.png"); do convert $image ./reference/quantized_inverted_bmp/$(basename ${image%.*}).bmp; done

Trace bitmaps with potrace

for image in $(find . -wholename "./reference/quantized_inverted_bmp/*"); do potrace --svg $image -o "./reference/traced/$(basename ${image%.*}).svg"; d
one

FontForge

Import SVGs

See https://fontforge.org/docs/tutorial/importexample.html, but click on a letter, Ctrl+Shift+I. Then, open it, scale it (Ctrl+\), move it, and move the end baseline.

Generate font

See https://fontforge.org/docs/tutorial/editexample7.html, but Ctrl+Shift+G in FontForge.

Preview font

You can use https://fontdrop.info/, and upload kiranbuilder.woff

Preview of font

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages