In This Topic
Gets drawing approximate font for this Word/RTF font.
Syntax
'Declaration
Public Function GetAproximateFont( _
ByVal As System.Single, _
ByVal As System.Drawing.FontStyle _
) As System.Drawing.Font
public System.Drawing.Font GetAproximateFont(
System.float ,
System.Drawing.FontStyle
)
Parameters
- fontSize
- The font size of drawing font.
- style
- The .NET drawing font style.
Return Value
The .NET drawing font.
See Also