Pacotemx.core
Interfacepublic interface IFontContextComponent
ImplementorsAdvancedDataGridGroupItemRenderer, Button, DataGridBase, DateChooser, Label, ListItemRenderer, MenuBarItem, MenuItemRenderer, Panel, ProgressBar, TextArea, TextInput, TileListItemRenderer, ToolTip, TreeItemRenderer

Allows a component to support a font context property. The property will be set on the component by the framework as the child is added to the display list. A font context is important for components that create flash.text.TextField objects with embedded fonts. If an embedded font is not registered using Font.registerFont(), TextField objects can only use embedded fonts if they are created in the context of the embedded font. This interface provides for tracking the font context of a component.



Propriedades Públicas
 PropriedadeDefinido por
  fontContext : IFlexModuleFactory
The module factory that provides the font context for this component.
IFontContextComponent
Detalhes da propriedade
fontContextpropriedade
fontContext:IFlexModuleFactory  [read-write]

The module factory that provides the font context for this component.


Implementação
    public function get fontContext():IFlexModuleFactory
    public function set fontContext(value:IFlexModuleFactory):void