Displaying 1 result from an estimated 1 matches for "fontword".
2000 Feb 08
1
DEC cc doesn't like c++ comments (PR#416)
...if (_plotter->drawstate->font_type == F_POSTSCRIPT
+ || _plotter->drawstate->font_type == F_PCL)
+ {
+ dest[j++]
+ = (unsigned short)(CONTROL_CODE | C_LEFT_RADICAL_SHIFT);
/* take `radicalex' glyph from PS symbol font */
- // dest[j++]
- // = symbol_fontword | (unsigned short)RADICALEX;
- // dest[j++]
- // = (unsigned short)(CONTROL_CODE | C_RIGHT_RADICAL_SHIFT);
-
- // continue; /* back to top of while loop */
- // }
- // }
+ dest[j++]
+ = symbol_fontword | (unsigned short)RADICALEX;
+ dest[j++]
+ = (unsigned sh...