
  GLFont Class Change Log

 ================================================================================================================
  Notes
 ================================================================================================================
  "+"(added), "-"(deleted), "*"(modified)

 ================================================================================================================
  Pending
 ================================================================================================================

 ================================================================================================================
  Completed
 ================================================================================================================

  12.16.08 (v0.1.06)
 ----------------------------------------------------------------------------------------------------------------
  * for some reason the fixed yscaling didnt make it, so re-added it

  11.27.08 (v0.1.05)
 ----------------------------------------------------------------------------------------------------------------
  * moved declarations into glfont_class.bi

  11.25.08 (v0.1.04)
 ----------------------------------------------------------------------------------------------------------------
  * fixed yscaling with the print command
  + added glfont_class.print (text as string, color as rgbalpha) so you're not required to pass a position

  11.10.08 (v0.1.03)
 ----------------------------------------------------------------------------------------------------------------
  * changed glfont_class.print () to accept color values, defaults to white. enables and disables GL_TEXTURE_2D
  + added glfont_class.draw () to allow custom drawing routines

  11.10.08 (v0.1.02)
 ----------------------------------------------------------------------------------------------------------------
  * fixed bug when loading new fonts into previous font variable

  11.10.08 (v0.1.01)
 ----------------------------------------------------------------------------------------------------------------
  + memory cleanup for loading a font into a variable you already loaded a font into

  11.09.08 (v0.1.00)
 ----------------------------------------------------------------------------------------------------------------
  initial release
