SwagColoredKitteh / shiny-pancake

A renderer that takes commands from standard input. Though, it turned more into a kind of replay viewer.
GNU General Public License v3.0
6 stars 1 forks source link

Text support #2

Open SwagColoredKitteh opened 7 years ago

SwagColoredKitteh commented 7 years ago

Would be nice to support text. This would probably be done with something like #TEXT <X> <Y> <TEXT>, though selection of fonts, font sizes, text baselines, etc is still not very clear. Will probably use some state manipulation like #COLOR <R> <G> <B> <A> does.

SwagColoredKitteh commented 7 years ago

This would likely require us to ship a font with shiny-pancake or figure out how to get a default font on every supported platform. Inconvenient.