I have a custom component that contains an mx.core.UITextField called
"textField" to render labels.  I set textField.embedFonts = true; to
get the desired result out of my labels which works well at runtime.

My issue is that using Flex Builder (v2.01) I cannot see the text on
my component in Design view.  If I comment out the embedFonts=true
line in my component and recompile the SWC, the text is visible but
lacks the desired font attributes.

I found a note in the old Flex Builder 1.5 release notes
(http://www.adobe.com/support/documentation/en/flex/builder/releasenotes_fb15.html)
that states "Flex Builder doesn't render skins or embedded fonts in
Design view. You can only view them at runtime."  Is this still the
case?  I did not see anything like this in the Flex Builder 2 notes.

Any insight is appreciated.  Thanks.

Reply via email to