| … | |
… | |
| 158 | fputs("6",of); |
158 | fputs("6",of); |
| 159 | else |
159 | else |
| 160 | fputs("7",of); |
160 | fputs("7",of); |
| 161 | fprintf(of," COLOR=#%02x%02x%02x",new->color->red,new->color->green, |
161 | fprintf(of," COLOR=#%02x%02x%02x",new->color->red,new->color->green, |
| 162 | new->color->blue); |
162 | new->color->blue); |
| 163 | if (new->font->screenfont == 1) |
163 | if (new->font->screenfont == psiconv_font_sansserif) |
| 164 | fprintf(of," FACE=\"%s, Sans-Serif\">",new->font->name); |
164 | fprintf(of," FACE=\"%s, Sans-Serif\">",new->font->name); |
| 165 | else if (new->font->screenfont == 2) |
165 | else if (new->font->screenfont == psiconv_font_nonprop) |
| 166 | fprintf(of," FACE=\"%s, Monospace\">",new->font-> name); |
166 | fprintf(of," FACE=\"%s, Monospace\">",new->font-> name); |
| 167 | else if (new->font->screenfont == 3) |
167 | else if (new->font->screenfont == psiconv_font_serif) |
| 168 | fprintf(of," FACE=\"%s, Serif\">",new->font-> name); |
168 | fprintf(of," FACE=\"%s, Serif\">",new->font-> name); |
| 169 | else |
169 | else |
| 170 | fprintf(of," FACE=\"%s, Serif\">",new->font-> name); |
170 | fprintf(of," FACE=\"%s, Serif\">",new->font-> name); |
| 171 | } |
171 | } |
| 172 | if (new->italic) |
172 | if (new->italic) |