Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
XFRXDraw::SetFont(tcFontName, tnSize [, tlBold[, 
                  [, tlItalic [, tlUnderline[,
                  [, tlStrikeThrough]]]])

Parameters

...

tcFontName
  The font name

tnSize
  The font size in points

tlBold, tlItalics, tlUnderline, tlStrikeThrough
  The font attributes. These parameters are optional, the default value is .F. Parameter tlStrikeThrough is since XFRX 15.7

...