コード例 #1
0
 /// <exception cref="System.IO.IOException"/>
 protected internal Type1Font(String metricsPath, String binaryPath, byte[] afm, byte[] pfb)
 {
     CheckFilePath(metricsPath);
     CheckFilePath(binaryPath);
     fontParser = new Type1Parser(metricsPath, binaryPath, afm, pfb);
     Process();
 }
コード例 #2
0
 protected internal Type1Font(String metricsPath, String binaryPath, byte[] afm, byte[] pfb)
     : this()
 {
     fontParser = new Type1Parser(metricsPath, binaryPath, afm, pfb);
     Process();
 }