Originally developed by BenHure, intraFont is a PSP font library for homebrew developers. This release has been update by Geecko with a G-spec font rotation feature.
Changelog:
- added rotation support. The angle is specified by a new argument to intraFontSetStyle, (float value in degrees). The performance hit is up to 40% when angle is not equal to 0, because there is 6 vertices per char instead of 2. Rotation center specified by x and y.
- very little cleanup of the code, converted tabulation to 2 spaces, for a better readability