'Declaration
Public Sub GetRenderFont( _
ByRef As Font _
)
'Usage
Dim instance As Theme
Dim font As Font
instance.GetRenderFont(font)
public void GetRenderFont(
ref Font
)
Parameters
- font
- object indicates the font
Return Value
value represents the display font.