Try this way, may it is easy to do:
Select the field you want to format, right click mouse chose format objact, Chose Paragraph, and in Text interpretation, select HTML Text
So here you can use html to format your data now. you need to format your data before bind to crystal report
for example:
select "<font color='red'>ABC</font>" from table.
after you bind it to crystal report, the font will change to red automatically like nomal html format.
Don't forget to click "Mark as Answer" on the post(s) that helped you.