| t string Place the string so that its first character is |
| centered on the current point (default). If |
| string begins with `\C' (`\R'), it is centered |
| (right-adjusted) on the current point. A |
| backslash at the beginning of the string may be |
| escaped with another backslash. |
| int centered, right, more; |
| case 'C': centered++; ss++; break; |
| case 'R': right++; ss++; break; |
| if(ss[0]=='\\' && ss[1]=='n'){ |
| ky=m_text(kx, ky, s, ss, e1->foregr, centered, right); |
| e1->copyy = ( (double)(ky) - e1->bottom)/e1->scaley + e1->ymin + .5; |
| move(e1->copyx, e1->copyy); |