Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ThemeFonts Class / GetFont Method
The culture information.


In This Topic
GetFont Method (ThemeFonts)
In This Topic
Gets the display font for the specified System.Globalization.CultureInfo.
Syntax
'Declaration
 
Public Function GetFont( _
   ByVal cultureInfo As CultureInfo _
) As TextFont
 
'Usage
 
Dim instance As ThemeFonts
Dim cultureInfo As CultureInfo
Dim value As TextFont
 
value = instance.GetFont(cultureInfo)

Parameters

cultureInfo
The culture information.

Return Value

A string value represents the display font.
See Also