'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.