'Declaration
Public Function New( _ ByVal font As PostScriptFont, _ ByVal size As Double _ )
'Usage
Dim font As PostScriptFont Dim size As Double Dim instance As New PostScriptFont(font, size)
public PostScriptFont( PostScriptFont font, double size )
public: PostScriptFont( PostScriptFont* font, double size )
public: PostScriptFont( PostScriptFont^ font, double size )
Parameters
- font
- the original PostScriptFont object
- size
- the size of the new font