GetFont Method (StyleFontDelta)
In This Topic
Gets the font as a result of applying this 'delta' to the specified base font.
Syntax
'Declaration
Public Function GetFont( _
ByVal As Font _
) As Font
public Font GetFont(
Font
)
Parameters
- baseFont
See Also