Spread Windows Forms 17
FarPoint.Win.Spread Assembly / GrapeCity.Spreadsheet.Win Namespace / SpreadWindowGraphics Class / IsFontExisted Method
The font name.


In This Topic
    IsFontExisted Method
    In This Topic
    Detects if the specified font family existed.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Function IsFontExisted( _
       ByVal name As String _
    ) As Boolean
    'Usage
     
    
    Dim instance As SpreadWindowGraphics
    Dim name As String
    Dim value As Boolean
     
    value = instance.IsFontExisted(name)
    public override bool IsFontExisted( 
       string name
    )

    Parameters

    name
    The font name.
    See Also