Class |
ScriptUIFont | ||||||||||||||||||||||||
Encapsulates the qualities of a font used to draw text into a control. Create with the newFont() method.Used as a value of font. Passed as an argument to drawString() and measureString(). | |||||||||||||||||||||||||
Properties |
| ||||||||||||||||||||||||
Element of |
ScriptUIGraphics.font | ||||||||||||||||||||||||
Used in: | void ScriptUIGraphics.drawString (text: String, pen: ScriptUIPen, x: Number, y: Number[, font: ScriptUIFont]) Dimension ScriptUIGraphics.measureString (text: String[, font: ScriptUIFont][, boundingWidth: Number]) | ||||||||||||||||||||||||
Return |
ScriptUIFont ScriptUI.newFont (name: String, style: String | Number, size: Number) |
Jongware, 25-Nov-2012 v3.0.3i | Contents :: Index |