'Declaration
Public Function GetAproximateFont( _
ByVal fontSize As System.Single, _
ByVal style As System.Drawing.FontStyle _
) As System.Drawing.Font
public System.Drawing.Font GetAproximateFont(
System.float fontSize,
System.Drawing.FontStyle style
)