Main Page | Packages | Class Tree | Index | Help

xp.system

class Font

TextFormat
  |
  +--xp.system.Font

Implemented Interfaces: ICloneable

class Font
extends TextFormat



Field Summary

static
InheritableTextFormatProperties: Object
clonable font properties-becuase you cant "see" these properties in a loop

Constructor

public
Font ( )


Method Summary

public
clone ( ): Object
Clones the object

public static
copyFont ( oldfont, newfont )
Construct a new font object

public static
createFont ( initObj, oldfont )
create a new font by copying the oldfont and applying the param in the initObj



Field Documentation

InheritableTextFormatProperties

static var InheritableTextFormatProperties: Object
clonable font properties-becuase you cant "see" these properties in a loop


Constructor Documentation

Font

public function Font()

Method Documentation

clone

public function clone(): Object
Clones the object

Specified by:
clone in interface ICloneable

copyFont

public static function copyFont(oldfont,
 newfont)
Construct a new font object

Parameters:
oldfont
a text format object to copy
newfont
a text format object to copy into

createFont

public static function createFont(initObj,
 oldfont)
create a new font by copying the oldfont and applying the param in the initObj


The documentation was generated from the following file:


Generated on 10/30/2005 9:34:02 PM by AS2Doc