Packageorg.purepdf.pdf
Classpublic class FontSelector
InheritanceFontSelector Inheritance Object



Protected Properties
 PropertyDefined By
  fonts : Vector.<Font>
FontSelector
Public Methods
 MethodDefined By
  
FontSelector
  
addFont(value:Font):void
FontSelector
  
process(text:String):Phrase
Process the text so that it will render with a combination of fonts if needed.
FontSelector
Property Detail
fontsproperty
protected var fonts:Vector.<Font>

Constructor Detail
FontSelector()Constructor
public function FontSelector()



Method Detail
addFont()method
public function addFont(value:Font):void

Parameters

value:Font

process()method 
public function process(text:String):Phrase

Process the text so that it will render with a combination of fonts if needed.

Parameters

text:String

Returns
Phrase