Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / Theme Class / GetRenderFont Method / GetRenderFont(Font) Method
The raw font.


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

Parameters

font
The raw font.
See Also