Thanks for all the helpful info Chris.

1) "Is there a way to explicitly tell Flex Mojos that it's an
ActionScript-only project and skip looking for a theme?"

Consider this a +1 vote for a future feature to be able to define a project
as ActionScript-only and disable the automatic theme addition. It's only a
warning that shows up during compilation, so just a nice-to-have low
priority cleanup request.

2) "Any ideas why the AFEFontManager and CFFFontManager don't seem to be
loading?"

Confirmed that is only an Intellij issue, the font-kits properly transcode
and embed OTF fonts. In order to get the OTF font to work right I needed to
switch from using TextField and start using the advanced textengine classes
(
http://help.adobe.com/en_US/ActionScript/3.0_ProgrammingAS3/WS6C0BB8ED-2805-467a-9C71-F9D757F33FB6.html
) but once I did the results are nice. I could make this work by disabling
the Intellij compilation and using maven to compile the swf manually.

I tried this in IntelliJ 15 EAP and got the exact same transcoding problem.
Adding the fontkit as a java dependency in the pom.xml didn't fix it. Nice
to hear that you expect IntelliJ integration to improve over the next few
months, is there anything concrete happening there? Are there any active
bugs filed with JetBrains? Should I submit one with this case?

3) "any timeline for final release of 7.1.0?"

Totally understood and appreciated all the hard work. It's the right time of
year to sit at the beach. :)

and on the pom.xml feedback,

1) I removed the other dependencies other than fontkit and things worked as
you advised.

2) The pom.xml <flashVersion> property seems to determine the
<target-player> value in the generated configs.xml. This appears to be
independent of what playerglobal version I'm using. In my case I want to
target 14.0 and I'm using that for my playerglobal. However when I did not
explicitly set the pom.xml <flashVersion> to 14.0, then I found that the
config.xml wound up with <target-player>11.1</target-player>. I was watching
the config.xml file closely because IntelliJ relies on it. Maybe a bug?

3) I removed the "storepass" option, glad to be able to ignore this.



--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/Flex-Mojos-Fonts-and-Theme-Questions-tp10999p11018.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to