Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / TextFormat Class / GetRenderFontName Method
The current theme.


In This Topic
    GetRenderFontName Method
    In This Topic
    Gets the render font name of this TextFormat object.
    Syntax
    'Declaration
     
    
    Public Function GetRenderFontName( _
       ByVal theme As Theme, _
       ByRef themeFont As ThemeFont _
    ) As String
    'Usage
     
    
    Dim instance As TextFormat
    Dim theme As Theme
    Dim themeFont As ThemeFont
    Dim value As String
     
    value = instance.GetRenderFontName(theme, themeFont)
    public string GetRenderFontName( 
       Theme theme,
       out ThemeFont themeFont
    )

    Parameters

    theme
    The current theme.
    themeFont

    Return Value

    The actual font name to paint text.
    See Also