Displaying 1 result from an estimated 1 matches for "f_postscript".
2000 Feb 08
1
DEC cc doesn't like c++ comments (PR#416)
...otter->drawstate->font_type == F_HERSHEY) */
{
bool matched = false;
@@ -684,22 +684,24 @@
/* PAUL MURRELL
Only concerned with Hershey fonts
*/
- // if (strcmp ((char *)esc, "rn") == 0)
- // {
- // if (_plotter->drawstate->font_type == F_POSTSCRIPT
- // || _plotter->drawstate->font_type == F_PCL)
- // {
- // dest[j++]
- // = (unsigned short)(CONTROL_CODE | C_LEFT_RADICAL_SHIFT);
+#if 0
+ if (strcmp ((char *)esc, "rn") == 0)
+ {
+ if (_plotter->drawstate->font_type == F_POSTSCRIPT
+ || _plo...