search for: raw_fontnum

Displaying 1 result from an estimated 1 matches for "raw_fontnum".

2000 Feb 08
1
DEC cc doesn't like c++ comments (PR#416)
...signed char)'\\') /* ordinary char, may pass through */ { /* if current font is an ISO-Latin-1 Hershey font ... */ - if (1 // _plotter->drawstate->font_type == F_HERSHEY + if (1 /* _plotter->drawstate->font_type == F_HERSHEY */ && _hershey_font_info[raw_fontnum].iso8859_1) { int i; @@ -334,7 +334,7 @@ esc[2] = (unsigned char)'\0'; /* have an escape sequence */ /* is this an escape seq. (e.g. \#H0001) for a raw Hershey glyph? */ - if (1 // _plotter->drawstate->font_type == F_HERSHEY + if (1 /* _plotter->draws...