search for: addpdfdevicecidfont

Displaying 2 results from an estimated 2 matches for "addpdfdevicecidfont".

2010 Jul 02
0
PDFfontNumber bugs in devPS.c (Re: plain text in Chinese can not be set)
...avoid * Type 1 fonts */ - num = 1000 + (cidfontIndex - 1)*5 + 1 + face; + num = 1000 + (cidfontIndex - 1)*5 + face; else { /* * Check whether the font is loaded and, if not, @@ -7303,7 +7303,7 @@ } else /* (isCIDFont(family, PDFFonts)) */ { if (addPDFDeviceCIDfont(cidfontfamily, pd, &cidfontIndex)) { - num = 1000 + (cidfontIndex - 1)*5 + 1 + face; + num = 1000 + (cidfontIndex - 1)*5 + face; } else { cidfontfamily = NULL; Regards, Jinsong -- Jinsong Zhao, Ph.D. College of Resources and Environment Huazhong Agricultural Univer...
2010 Jul 04
0
PDFfontNumber bugs in devPS.c (Re: plain text in Chinese can not be set)
...> - num = 1000 + (cidfontIndex - 1)*5 + 1 + face; > + num = 1000 + (cidfontIndex - 1)*5 + face; > else { > /* > * Check whether the font is loaded and, if not, > @@ -7303,7 +7303,7 @@ > } else /* (isCIDFont(family, PDFFonts)) */ { > if (addPDFDeviceCIDfont(cidfontfamily, pd, > &cidfontIndex)) { > - num = 1000 + (cidfontIndex - 1)*5 + 1 + face; > + num = 1000 + (cidfontIndex - 1)*5 + face; > } else { > cidfontfamily = NULL; > > Regards, > Jinsong -- Dr Paul Murrell Department of Statistics The...