| Property | Defined by | ||
|---|---|---|---|
| ascent : Number [read-only]
ascent
| PFont | ||
| charCount : int | PFont | ||
| descent : Number [read-only]
descent
| PFont | ||
| fheight : Number | PFont | ||
| fwidth : Number | PFont | ||
| height : Array | PFont | ||
| leftExtent : Array | PFont | ||
| mbox2 : int | PFont | ||
| name : String | PFont | ||
| psname : String | PFont | ||
| setWidth : Array | PFont | ||
| size : int | PFont | ||
| theight : int | PFont | ||
| topExtent : Array | PFont | ||
| twidth : int | PFont | ||
| value : Array | PFont | ||
| width : Array | PFont | ||
| Method | Defined by | ||
|---|---|---|---|
|
PFont(ust_:IDataInput)
| PFont | ||
|
charWidth(c:uint):Number
width of char
| PFont | ||
|
dispose():void
使用した font image ( BitmapData ) を dispose します.
| PFont | ||
|
getFontImage(image_index:uint):BitmapData
文字の BitmapData を取得します.
| PFont | ||
|
index(c:uint):int
Get index for the char (convert from unicode to bagel charset).
| PFont | ||
|
kern(a:uint, b:uint):Number
implements yet
| PFont | ||
| ascent | property |
ascent:Number [read-only]ascent
Implementation public function get ascent():Number
| charCount | property |
public var charCount:int
| descent | property |
descent:Number [read-only]descent
Implementation public function get descent():Number
| fheight | property |
public var fheight:Number
| fwidth | property |
public var fwidth:Number
| height | property |
public var height:Array
| leftExtent | property |
public var leftExtent:Array
| mbox2 | property |
public var mbox2:int
| name | property |
public var name:String
| psname | property |
public var psname:String
| setWidth | property |
public var setWidth:Array
| size | property |
public var size:int
| theight | property |
public var theight:int
| topExtent | property |
public var topExtent:Array
| twidth | property |
public var twidth:int
| value | property |
public var value:Array
| width | property |
public var width:Array
| PFont | () | constructor |
public function PFont(ust_:IDataInput)Parameters
ust_:IDataInput — vlw形式 を 読み込む URLStream
|
| charWidth | () | method |
public function charWidth(c:uint):Numberwidth of char
Parametersc:uint — charcode
|
Number |
| dispose | () | method |
public function dispose():void使用した font image ( BitmapData ) を dispose します.
| getFontImage | () | method |
public function getFontImage(image_index:uint):BitmapData文字の BitmapData を取得します.
使用した文字(BitmapData)は cache が保持されます.dispose する場合は、dipose() メソッドを実行します.
Parametersimage_index:uint |
BitmapData |
| index | () | method |
public function index(c:uint):intGet index for the char (convert from unicode to bagel charset).
Parametersc:uint |
int — index into arrays or -1 if not found
|
| kern | () | method |
public function kern(a:uint, b:uint):Numberimplements yet
Parametersa:uint |
|
b:uint |
Number |