Skip to content

kennedy0/bont

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bont

bont is a Python module for converting TrueType fonts to bitmap font texture atlas.

Usage

from pathlib import Path

from bont import generate_bitmap_font

src = Path("/path/to/font.ttf")
dst = Path("/path/to/dst/folder")

generate_bitmap_font(src, dst, size=16)

About

Python bitmap font generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages