Class
Font
Font
QuickLinks
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| angle | uint | readwrite | |
| family | uint | readwrite | |
| variation | uint | readwrite | |
| weight | uint | readwrite |
Methods
Constructor
Font Font (family: uint, variation: uint, weight: uint, angle: uint)
| Parameter | Type | Description |
|---|---|---|
| family | uint | |
| variation | uint | |
| weight | uint | |
| angle | uint |
| Example | new Font() |
Used in:
string Globals.GetEncodingForFont (font: Font)
Return
Font Font.Font (family: uint, variation: uint, weight: uint, angle: uint)
| Jongware, 31-Oct-2011 v3.0.3f | Contents :: Index |