| KiXforms Class Library |
Font Constructor |
Creates a new Font object.
Font( face, size, style )
face
An optional string expression that evaluates to the face name of the new font.
size
An optional numeric expression specifying the point size of the new font.
style
An optional bitwise combination of the FontStyle values specifying the style of the new font. The default is FontStyle.Normal.
$Font = $System.Font ( "Verdana", 8.25, $System.FontStyle.Bold )Example
See Also
Applies To:
System
| The CHM file was converted to HTML by chm2web software. |