fontlibexample
Exercises the font and text libraries.
Synopsis
fontlibexample <fontfilename>
Description
Loads a font and a background cel and runs through several test routines, namely:
- Draw a multi-line block of text against the background
- Draw several lines of text
- Create a text cel, setup multiple colors, update it, and display it
- Erase the text cel and refill it using multiple
UpdateTextCel()
calls
- Move a text cel around the screen
- Cycle the colors in the text cel
Arguments
- fontfilename
- Name of font in which to display text.
Caveats
This is a simple validation exercise of the font and text library routines and is not intended to indicate proper usage within a title.
Associated Files
fontlibexample.c
Location
examples/Fonts/Font_Library_Example