Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Sets font name and attributes for subsequent DrawText() or DrawTextBox() calls.


Object.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

Remarks

Applies To: XFRX#DRAW, XFRX#XML

  • No labels