Home » Development Area » DigiGuide Print Script » 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

ParameterDescription
String strFontName Font name
int nSizePoints
bool bBold
bool bItalic
bool bUnderline


See Also

  • GetTextWidth

    (Last updated: February 13, 2020 12:43:33)