Spread WinForms 15
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)

Parameters

theme
The current theme.
themeFont

Return Value

The actual font name to paint text.
See Also