Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / Theme Class / GetRenderFont Method / GetRenderFont(StyleFormat) Method
The style format which contains the raw font.


In This Topic
    GetRenderFont(StyleFormat) Method
    In This Topic
    Gets the display font from the special font.
    Syntax
    'Declaration
     
    
    Public Overloads Sub GetRenderFont( _
       ByRef styleFormat As StyleFormat _
    ) 
    'Usage
     
    
    Dim instance As Theme
    Dim styleFormat As StyleFormat
     
    instance.GetRenderFont(styleFormat)
    public void GetRenderFont( 
       ref StyleFormat styleFormat
    )

    Parameters

    styleFormat
    The style format which contains the raw font.
    See Also