The only way I can think of is to
SaveDocument()
FileOpen()
FileRead() the created rtf,
Replace required text including the font in this case f2
LoadDocument()
rtf before replace
\plain\f1\fs20 Hello Word\par
rtf after replace
\plain\f1\fs20 Hello \plain\f2\fs20 World\par