Archives for How To

Visual Verification with FlexUnit

A friend of mine wanted to get a look at the visual verification I’m using to unit test my rendering code, so I figured I might as well give it a spit-shine and share it with anyone that might find it useful. If you are working with pixel art a lot, especially if you are [...]

Embedding fonts for Actionscript Projects using only mxmlc

Update. As pointed out by  Lupo, the [Embed] metadata tag can be used manually instead of taking this over-complicated route. I wager most of the internet knows this already, but I thought I’d update this post to avoid putting anyone on the wrong track.As posted by Lupo:�
[Embed(mimeType="application/x-font", source="terminator_real_nfi.ttf",fontName="Terminator")]
private var terminatorFontClass:Class;