|
Home » Development Area » DigiGuide Script » API Index » Function: SelectFont
Function: SelectFont
| SelectFont( String strFontName, int nSizePoints, bool bBold, bool bItalic, bool bUnderline ) |
Summary
Change the current font.
Remarks
Allows you to select a font. You must do this just prior to drawing text otherwise the font may be altered by the HTML with PlaceText.
Parameters
| Parameter | Description |
| String strFontName |
Font name |
| int nSizePoints |
|
| bool bBold |
|
| bool bItalic |
|
| bool bUnderline |
|
|
|
|
See Also
GetTextWidth
(Last updated: October 20, 2006 10:38:22)
|
|