Embedded Font Subsetting Using DefineFont4
Hi ,
I am trying to follow this example here:
http://blogs.adobe.com/tlf/2008/11/embedded-font-subsetting-using.html
I am working on Mac OS X Version 10.5.8
I have Flex Builder 3 Educational version installed: Version: 3.0.205647
I also downloaded and installed flex_sdk_4.0.0.6898
to test the installation I tried this example here:
"Creating a transparent Spark TextArea control in Flex Gumbo"
http://blog.flexexamples.com/2009/06/02/creating-a-transparent-spark-textarea-control-in-flex-gumbo/
and this works fine. Howvere I really need to use Flex Gumbo to create
an swf file with DefineFont4 Embedded arabic Font to be used in a
Flash CS4 Project.
Unfortunately I cannot compile the Text Layout Framework Team's example here:
http://blogs.adobe.com/tlf/2008/11/embedded-font-subsetting-using.html
I create a new Flex Project called FontTest,
In the project properties I select Flex 4 SDK, and
in the HTML wrapper I change the default flash player version
to 10.0.0 and apply the changes.
I guess, this has something to do with namespace changes also
as the example was compiled on a PC i need to use a different path
here:
Embed(source='C:/WINDOWS/Fonts/AdobeArabic-Regular.otf',
on my mac I guess it can be :
Embed(source='/Library/Fonts/AdobeArabic-Regular.otf',
when I try and compile the example I get :
could not resolve <TextView> to a component implementation.
also sometimes when I try and run projects with sdk 4,
the html file is deleted ![]()
thanks
ped
