All posts in category flex

How to embed fonts properly in AS3

Best practice for embedding fonts in AS3. Fonts can be embedded using the Flex metadata “Embed”. For example, if you want to embed the font named Arial (this should be the system font located in FontBook or the Fonts folder) systemFont: looks for the current system font with the name “Arial” fontName: the name used [...]