Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / GetDrawingFont Method
Created font


In This Topic
GetDrawingFont Method
In This Topic
Gets the font for painting.
Syntax
'Declaration
 
Protected Overridable Function GetDrawingFont( _
   ByRef fontCreated As Boolean _
) As Font
 
'Usage
 
Dim instance As SuperEditBase
Dim fontCreated As Boolean
Dim value As Font
 
value = instance.GetDrawingFont(fontCreated)

Parameters

fontCreated
Created font
See Also