Packagefrocessing.text
Interfacepublic interface IPathFont extends IFont
Implementors FFont

Interface of Vector Font.



Public Properties
 PropertyDefined By
 Inheritedascent : Number
[read-only]
IFont
 Inheriteddescent : Number
[read-only]
IFont
 Inheritedsize : int
[read-only]
IFont
Public Methods
 MethodDefined By
 Inherited
charWidth(c:uint):Number
IFont
  
getCommands(glyph:int):Array
IPathFont
  
getPathData(glyph:int):Array
IPathFont
 Inherited
index(c:uint):int
IFont
Method Detail
getCommands()method
public function getCommands(glyph:int):Array

Parameters

glyph:int

Returns
Array
getPathData()method 
public function getPathData(glyph:int):Array

Parameters

glyph:int

Returns
Array