mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
10 lines
444 B
Plaintext
10 lines
444 B
Plaintext
bdf2sfd is a BDF to SFD converter, allowing to vectorize bitmap fonts. It works
|
|
by converting each pixel of a glyph to a polygon, which produces large and
|
|
unoptimized SFD files that should be post-processed using FontForge.
|
|
|
|
It was originally created to generate OpenType versions of Spleen. It works best
|
|
on fonts proportional to 8x16. Other sizes will work but the aspect ratio will
|
|
not be preserved.
|
|
|
|
WWW: https://github.com/fcambus/bdf2sfd
|