lib.haxe.org

bitmapfont

Flash 9+ Bitmapped Fonts (based on Angelcode Bitmap Font Generator)
Version
1.5
Owner
jhofmann
License
BSD

History

  • 2010-04-29 16:05:35
    1.5
    Incorporated a variety of changes from Deep Sea Descent; preparation for usage with Fireball. Basic usage is a little more complex now, but if you are using it with Fireball, the overall process is simplified.
  • 2009-07-03 13:11:08
    1.4
    Internal format change(please rebuild serialized fonts) to use array access instead of IntHash
  • 2009-07-03 04:30:39
    1.21
    Fixed two faulty assumptions in draw_to_new_surf() that could cause an invalid bitmapdata size.
  • 2009-05-23 04:57:20
    1.2
    Changed FlashBitmapFontInst to take a BitmapDoc as argument; added from_..._resource() static methods to FlashBitmapFontInst; changed most data structures from classes to typedefs(less overhead)
  • 2009-02-07 09:58:41
    1.0
    Initial release