Skip to content

Shresth72/kerning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Kerning

Rendering Text from glyphs

Build & Run (renderer lib not published yet, so build manually)

Install requirements

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

Build renderer

cd renderer
maturin develop --release

Run (currently runs only parser implemented)

cd parser
python3 main.py

Examples

About

Text Rendering and Kerning from glyph binary data!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published