Class fever.data.libs.FontLib

Description

Shared fonts libray.

Use by the Fever configuration engine to load shared fonts libraries.

All libraries are stored in the FontLibLocator repository.

Based on Pixlib GraphicLib.

See Also

Field Index

onLoadInitEVENT, onLoadProgressEVENT, onTimeOutEVENT

Method Index

new FontLib()
onLoadInit(), release(), toString()

Constructor Detail

FontLib

public function FontLib(refList:Array)

Constructor.

Field Detail

onLoadInitEVENT

static public onLoadInitEVENT:EventType
Event type broadcasted when library is loaded.

onLoadProgressEVENT

static public onLoadProgressEVENT:EventType
Event type broadcasted to watch loading progression.

onTimeOutEVENT

static public onTimeOutEVENT:EventType
Event type broadcasted when a loading timout occured.

Method Detail

onLoadInit

public function onLoadInit():Void

release

public function release():Void

toString

public function toString():String