Packagefrocessing.text
Interfacepublic interface IFont

Interface of Font Class.



Public Properties
 PropertyDefined By
  ascent : Number
[read-only]
IFont
  descent : Number
[read-only]
IFont
  size : int
[read-only]
IFont
Public Methods
 MethodDefined By
  
charWidth(c:uint):Number
IFont
  
index(c:uint):int
IFont
Property Detail
ascentproperty
ascent:Number  [read-only]


Implementation
    public function get ascent():Number
descentproperty 
descent:Number  [read-only]


Implementation
    public function get descent():Number
sizeproperty 
size:int  [read-only]


Implementation
    public function get size():int
Method Detail
charWidth()method
public function charWidth(c:uint):Number

Parameters

c:uint

Returns
Number
index()method 
public function index(c:uint):int

Parameters

c:uint

Returns
int