こんにちは、私は NS TexView を持っています:
[risultato setString:[NSString stringWithFormat:@"%@\n<Ricetta>\n\t<numero>%@</numero>\n\t<fbimage>http://www.aletrnativeindustries.it/piccole_ricette/%@.png</fbimg>\n\t<foto>%@.png</foto>\n\t<nome>%@</nome>\n\t<dose>X%@</dose>\n\t<tempo>%@</tempo>\n\t<ricetta>%@</ricetta>\n</Ricetta>\n", prec, number, photo, photo, title, dos, time, ric]];
risultato.textColor = [NSColor redColor];
最後の命令ですべての色を赤に変更しますが、一部のテキストを黒のままにしたい場合は? 私はその前に、番号、写真、写真、タイトル、dos、時間、除去が黒のままである必要があります。prec、number.... は NSString です。