Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hershey: vector fonts for Decker

A topic by Internet Janitor created 58 days ago Views: 183 Replies: 2
Viewing posts 1 to 3
Developer(+6)

I recently implemented a module for working with "Hershey Fonts", a very simple format for representing vector-based text with straight line segments:

This module can parse and format the ".jhf" font format, lay out and draw multiline text using these fonts, and I've also included a variety of examples demonstrating how to post-process and animate vextor text paths. I intend to include a version of this library with the next Decker release, but it doesn't require any bleeding-edge features to use right now:

http://beyondloom.com/decker/hershey.html

Currently the included fonts only support the ASCII character set directly (though Hershey fonts do exist for Greek, Japanese, and several other sets of specialized symbols). If there's interest, I think it would be valuable to try extending support for more (or all) of the DeckRoman character set.

Questions? Thoughts?

(+3)

Small world, I’ve read about them just recently! This is a good addition to Decker.

Developer(+1)

Elaborating on some examples in the interactive docs for the hershey module, I wrote a blogpost:

Vector Graphics in Lil

Hope it's useful. I'd love to hear what folks think!