| Package | frocessing.text |
| Class | public class FFont |
| Inheritance | FFont Object |
| Implements | IPathFont |
| Property | Defined By | ||
|---|---|---|---|
| ascent : Number [read-only]
| FFont | ||
| charCount : int | FFont | ||
| cmdLen : Array | FFont | ||
| commands : Array | FFont | ||
| descent : Number [read-only]
| FFont | ||
| height : int | FFont | ||
| pathLen : Array | FFont | ||
| paths : Array | FFont | ||
| setWidth : Array | FFont | ||
| size : int [read-only] | FFont | ||
| value : Array | FFont | ||
| Method | Defined By | ||
|---|---|---|---|
FFont(ba:IDataInput) | FFont | ||
charWidth(c:uint):Number
width of char
| FFont | ||
getCommands(glyph:int):Array | FFont | ||
getPathData(glyph:int):Array | FFont | ||
index(c:uint):int | FFont | ||
kern(a:uint, b:uint):Number
not implemented
| FFont | ||
| ascent | property |
ascent:Number [read-only]
public function get ascent():Number| charCount | property |
public var charCount:int| cmdLen | property |
public var cmdLen:Array| commands | property |
public var commands:Array| descent | property |
descent:Number [read-only]
public function get descent():Number| height | property |
public var height:int| pathLen | property |
public var pathLen:Array| paths | property |
public var paths:Array| setWidth | property |
public var setWidth:Array| size | property |
size:int [read-only] public function get size():int| value | property |
public var value:Array| FFont | () | Constructor |
public function FFont(ba:IDataInput)Parameters
ba:IDataInput |
| charWidth | () | method |
public function charWidth(c:uint):Numberwidth of char
Parameters
c:uint — charcode
|
Number |
| getCommands | () | method |
public function getCommands(glyph:int):ArrayParameters
glyph:int |
Array |
| getPathData | () | method |
public function getPathData(glyph:int):ArrayParameters
glyph:int |
Array |
| index | () | method |
public function index(c:uint):int
Parameters
c:uint |
int |
| kern | () | method |
public function kern(a:uint, b:uint):Numbernot implemented
Parameters
a:uint | |
b:uint |
Number |