| Package | stimulsoft.base.context.geoms |
| Class | public class StiFontGeom |
| Inheritance | StiFontGeom StiGeom Object |
| Property | Defined By | ||
|---|---|---|---|
| fontName : String [read-only] | StiFontGeom | ||
| fontSize : Number [read-only] | StiFontGeom | ||
| fontStyle : int | StiFontGeom | ||
| type : int [override] [read-only] | StiFontGeom | ||
| unit : String | StiFontGeom | ||
| Method | Defined By | ||
|---|---|---|---|
StiFontGeom(fontName:String, fontSize:Number, style:int, unit:String) | StiFontGeom | ||
[static] | StiFontGeom | ||
| fontName | property |
fontName:String [read-only] public function get fontName():String| fontSize | property |
fontSize:Number [read-only] public function get fontSize():Number| fontStyle | property |
fontStyle:int public function get fontStyle():int public function set fontStyle(value:int):void| type | property |
type:int [read-only] [override] public function get type():int| unit | property |
unit:String public function get unit():String public function set unit(value:String):void| StiFontGeom | () | Constructor |
public function StiFontGeom(fontName:String, fontSize:Number, style:int, unit:String)fontName:String | |
fontSize:Number | |
style:int | |
unit:String |
| changeFontSize | () | method |
public static function changeFontSize(font:StiFont, newFontSize:Number):StiFontGeomParameters
font:StiFont | |
newFontSize:Number |
StiFontGeom |