Autocad sets color in mtext via \Ccolor_number in strings and font via \fFONT_NAME.
Using this in LabelPointReplacer:
\C3;How now green cow
\C7;How now black cow
\C5;How now blue cow
gives this result:
This string in LabelPointReplacer:
\fISOCPEUR|b0|i0;\C3;How now green cow
\C7;How now black cow
\C5;How now blue cow
gives this result:
I also attached a sample workspace.
Autocad sets color in mtext via \Ccolor_number in strings and font via \fFONT_NAME.
Using this in LabelPointReplacer:
\C3;How now green cow
\C7;How now black cow
\C5;How now blue cow
gives this result:
This string in LabelPointReplacer:
\fISOCPEUR|b0|i0;\C3;How now green cow
\C7;How now black cow
\C5;How now blue cow
gives this result:
I also attached a sample workspace.
You've solved my problem. Thank you!