mattrdowney / planetaria

A Unity framework for Euclidean 2-sphere games (e.g. 2D virtual reality games) [quasi-MIT license]
Other
10 stars 2 forks source link

Font support for text rendering. #117

Closed mattrdowney closed 5 years ago

mattrdowney commented 5 years ago

Leaving aside how to read in FreeType or TrueType fonts (or another format), I need to augment SphericalRectanglePlanetarium to take a Rect() instead of a width/height, which allows for creating arbitrary positions on the screen.

mattrdowney commented 5 years ago

This is obsolete because I can use Unity's user interface. #123