'Declaration
Public Function New( _ ByVal metricsFile As String, _ ByVal fontDataFile As String, _ ByVal size As Double, _ ByVal embed As Boolean _ )
'Usage
Dim metricsFile As String Dim fontDataFile As String Dim size As Double Dim embed As Boolean Dim instance As New PostScriptFont(metricsFile, fontDataFile, size, embed)
public PostScriptFont( string metricsFile, string fontDataFile, double size, bool embed )
public: PostScriptFont( string* metricsFile, string* fontDataFile, double size, bool embed )
public: PostScriptFont( String^ metricsFile, String^ fontDataFile, double size, bool embed )
Parameters
- metricsFile
- the full path to file containing the metrics for this PostScript font.
- fontDataFile
- the full path to file containing the binary representation of this PostScript font.
- size
- the size of the font, in points.
- embed
- a flag specifying whether the font should be embedded in the pdf file or not.