| Package | org.alivepdf.fonts |
| Class | public class CoreFont |
| Inheritance | CoreFont Object |
| Implements | IFont |
| Subclasses | EmbeddedFont |
| Property | Defined By | ||
|---|---|---|---|
| charactersWidth : Object [read-only]
| CoreFont | ||
| id : int | CoreFont | ||
| name : String | CoreFont | ||
| numGlyphs : int [read-only]
| CoreFont | ||
| resourceId : int | CoreFont | ||
| type : String [read-only]
| CoreFont | ||
| underlinePosition : int [read-only]
| CoreFont | ||
| underlineThickness : int [read-only]
| CoreFont | ||
| Property | Defined By | ||
|---|---|---|---|
| _charactersWidth : Object | CoreFont | ||
| dispatcher : EventDispatcher | CoreFont | ||
| _id : int | CoreFont | ||
| _name : String | CoreFont | ||
| _numGlyphs : int | CoreFont | ||
| _resourceId : int | CoreFont | ||
| _type : String | CoreFont | ||
| _underlinePosition : int = -100 | CoreFont | ||
| _underlineThickness : int = 50 | CoreFont | ||
| Method | Defined By | ||
|---|---|---|---|
CoreFont(name:String = Helvetica) | CoreFont | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void | CoreFont | ||
dispatchEvent(event:Event):Boolean | CoreFont | ||
hasEventListener(type:String):Boolean | CoreFont | ||
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void | CoreFont | ||
toString():String | CoreFont | ||
willTrigger(type:String):Boolean | CoreFont | ||
| _charactersWidth | property |
protected var _charactersWidth:Object| _id | property |
protected var _id:int| _name | property |
protected var _name:String| _numGlyphs | property |
protected var _numGlyphs:int| _resourceId | property |
protected var _resourceId:int| _type | property |
protected var _type:String| _underlinePosition | property |
protected var _underlinePosition:int = -100| _underlineThickness | property |
protected var _underlineThickness:int = 50| charactersWidth | property |
charactersWidth:Object [read-only]
public function get charactersWidth():Object| dispatcher | property |
protected var dispatcher:EventDispatcher| id | property |
id:int
public function get id():int public function set id(value:int):void| name | property |
name:String
public function get name():String public function set name(value:String):void| numGlyphs | property |
numGlyphs:int [read-only]
public function get numGlyphs():int| resourceId | property |
resourceId:int
public function get resourceId():int public function set resourceId(value:int):void| type | property |
type:String [read-only]
public function get type():String| underlinePosition | property |
underlinePosition:int [read-only]
public function get underlinePosition():int| underlineThickness | property |
underlineThickness:int [read-only]
public function get underlineThickness():int| CoreFont | () | Constructor |
public function CoreFont(name:String = Helvetica)name:String (default = Helvetica) |
| addEventListener | () | method |
public function addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):voidParameters
type:String | |
listener:Function | |
useCapture:Boolean (default = false) | |
priority:int (default = 0) | |
useWeakReference:Boolean (default = false) |
| dispatchEvent | () | method |
public function dispatchEvent(event:Event):BooleanParameters
event:Event |
Boolean |
| hasEventListener | () | method |
public function hasEventListener(type:String):BooleanParameters
type:String |
Boolean |
| removeEventListener | () | method |
public function removeEventListener(type:String, listener:Function, useCapture:Boolean = false):voidParameters
type:String | |
listener:Function | |
useCapture:Boolean (default = false) |
| toString | () | method |
public function toString():StringReturnsString |
| willTrigger | () | method |
public function willTrigger(type:String):BooleanParameters
type:String |
Boolean |