Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / GetDrawingFont Method
Created font


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

    Parameters

    fontCreated
    Created font
    See Also