views:

123

answers:

0

Hi,

I am looking for a library that enables generation of a swf file in .Net containing embedded glyphs for one or a couple of fonts. It is for use in scenarios where Chinese characters are used. It is impossible to use a conventional font swf since it weights around 5-8 MB.

I have looked at SwfDotNet and it might do the trick... but the documentation is lacking at best.

So does anyone know of a quick tutorial for SwfDotNet where the following is demonstrated: Create a SWF. Embed the font X for the characters in [string]. Save.

...or does anyone know of another .Net server side solution for doing this?