Embedding fonts in Flex: just some glyphs
May 26th, 2008 at 09:06am Administrator
If you're new here, you may want to subscribe to my RSS feed. If you like my site, consider linking back. I prefer text "Free Flash Tutorials" to http://www.franto.com
Thanks for visiting my site! If you need anything just contacting through Contact page
This is not tutorial, I’m just trying to figure answer our for that question: Is it possible to embed just some glyphs of font in AS3.0 project? I’m using just FlexBuilder, but there some other way, please let me know, I need to know answer ASAP.
Please let me know if it is not possible as well. Till now I think it’s not possible…
Thanks in advance to anybody for answer!
Franto
»Related posts:
- Flex Font reader by Sephiroth
- Problem with Adobe Flash CS3 - Korean version
- Give us movies on-the-fly!
- FlexTips
- Flex 3 beta 2 Autocompletation time
- How to Skin a Flex Video Player Tutorial from Dolores Joya
- Flash CS3 Components in Flex Builder AS3 Project
- New Flash Collection: Flash (Player) 10
- FlexAir is growing
- Flex or AIR tutorials
- Are you Flex coder?
- Flex or Flash coders from Slovakia
- Flex 4
- Flex and AIR project in one
- FillColors.com
- Flex Builder free for students
- Flex 2.0.1
- Faster Flex Builder
- Flexets Forum: New resource for Flex / Flash / AIR learning
- AsDoc with Flex Library Project








May 26th, 2008 at 9:49 am
You can specify a Unicode Range like explained here
http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00000792.html
or another workout is creating a SWF file from Flash IDE embedding the characters you want and embed inside your Flex project like this.
[Embed(source="include_src/swf/font.swf", fontName="Embeded font name")]private var EmbedFont:Class;
I’m not any Flex expert but at least it works. If there is better ways, I want to know.
May 26th, 2008 at 10:18 am
Hey Keita :))
thanks you for you quick answer :)) I’ve already find Unicode Ranges in help, and it works like a charm.
Once again thank you