'DeclarationPublic Function New( _ ByVal font As PostScriptFont, _ ByVal size As Double _ )
'UsageDim 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