GetRenderFont(Font) Method
In This Topic
Gets the display font from the special font.
Syntax
'Declaration
Public Overloads Sub GetRenderFont( _
ByRef As Font _
)
'Usage
Dim instance As Theme
Dim font As Font
instance.GetRenderFont(font)
public void GetRenderFont(
ref Font
)
Parameters
- font
- The raw font.
See Also