Flash Embed Font Unicode Range Generator

First off I am not sure why I haven’t made this before. I have needed this over the years on a couple of projects. If you are embedding strings in an application and you know exactly what characters are being used this will come in handy to save on the SWF size. You can tell Flash what glyphs of a font to embed with the unicodeRange property. Here is an example: [css] @font-face { src: url(“/assets/fonts/Arial.otf”); ...

Read More