Gets the render font name of this
TextFormat object.
'Declaration
Public Function GetRenderFontName( _
ByVal As Theme, _
ByRef 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.