flex - actionscript: embed glyphs by code -


you can embed glyphs of font via flash ide.

is possible code only? (without ide)

[embed(source='fonts/arial.swf' ,fontname='arial' )] public static var font:class; 

it's possible, see using embedded fonts (look 'unicoderange').


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -