Packagestimulsoft.base.context.geoms
Classpublic class StiFontGeom
InheritanceStiFontGeom Inheritance StiGeom Inheritance Object



Public Properties
 PropertyDefined By
  fontName : String
[read-only]
StiFontGeom
  fontSize : Number
[read-only]
StiFontGeom
  fontStyle : int
StiFontGeom
  type : int
[override] [read-only]
StiFontGeom
  unit : String
StiFontGeom
Public Methods
 MethodDefined By
  
StiFontGeom(fontName:String, fontSize:Number, style:int, unit:String)
StiFontGeom
  
changeFontSize(font:StiFont, newFontSize:Number):StiFontGeom
[static]
StiFontGeom
Property Detail
fontNameproperty
fontName:String  [read-only]


Implementation
    public function get fontName():String
fontSizeproperty 
fontSize:Number  [read-only]


Implementation
    public function get fontSize():Number
fontStyleproperty 
fontStyle:int


Implementation
    public function get fontStyle():int
    public function set fontStyle(value:int):void
typeproperty 
type:int  [read-only] [override]


Implementation
    public function get type():int
unitproperty 
unit:String


Implementation
    public function get unit():String
    public function set unit(value:String):void
Constructor Detail
StiFontGeom()Constructor
public function StiFontGeom(fontName:String, fontSize:Number, style:int, unit:String)



Parameters
fontName:String
 
fontSize:Number
 
style:int
 
unit:String
Method Detail
changeFontSize()method
public static function changeFontSize(font:StiFont, newFontSize:Number):StiFontGeom

Parameters

font:StiFont
 
newFontSize:Number

Returns
StiFontGeom