Class fvaswing.structure.FvFont

Description

FvFont class.

Method Index

new FvFont()
getASTextFormat(), getFromAsFont(), removeShortcutIndex(), setShortcutIndex()

Constructor Detail

FvFont

public function FvFont(name:String, size:Number, bold:Boolean, italic:Boolean, underline:Boolean, embedFonts:Boolean)

Constructor.

Method Detail

getFromAsFont

static public function getFromAsFont(font:ASFont):FvFont

Returns FvFont instance using passed-in font definition.

setShortcutIndex

public function setShortcutIndex(index:Number):Void

Sets the shortcut marker index.

removeShortcutIndex

public function removeShortcutIndex():Void

Removes the shortcut marker index.

getASTextFormat

public function getASTextFormat():FvTextFormat