BasicFont

Date February 12, 2008

Purpose

One of the first and most handy way to display state or status information back to the player is by printing text to the screen. We simply load a texture of our desired alphabet/font, then create a display list containing the letters.
Once we pass a string of text to render, we simply go through each character in the string and render the appropriate display list entry.

Download

Download the project here: PeonSDK-BasicFont

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>