grapefrukt / grapefrukt-export

a set of actionscript tools to export animations and graphic assets made in flash authoring to other formats.
197 stars 29 forks source link

Adding a font to a texture atlas loses sheet entry. #7

Closed shanestevens closed 11 years ago

shanestevens commented 11 years ago

Hi,

First off, incredibly useful tool, thanks for making open source! :)

I've been R&Ding the atlas exporter, which is working really well, however when adding a font to the atlas, the font image is added, but the texture sheet entry doesn't exist, so I don't know the rectangle of the font in the bitmap.

Have you seen this behaviour? What do you think is the best way around this?

Cheers, Shane

grapefrukt commented 11 years ago

The font export has been a bit forgotten and missed out on the texture sheet bits, this should fix it!

shanestevens commented 11 years ago

Great, that fixed it :) I now get:

Thanks for the fast fix! Cheers, Shane