I have a string with rtf format. EX:
{\rtf1\deff0{\fonttbl{\f0 Times New Roman;}{\f1 Century Gothic;}{\f2 Times New Roman;}}{\colortbl\red0\green0\blue0 ;\red0\green0\blue255 ;}{*\listoverridetable}{\stylesheet {\ql\cf0 Normal;}{*\cs1\cf0 Default Paragraph Font;}{*\cs2\sbasedon1\cf0 Line Number;}{*\cs3\ul\cf1 Hyperlink;}}\sectd\pard\plain\ql{\f1\fs20\cf0 475}{\f1\fs20\cf0 428}{\f1\fs20\cf0 9999 }{\f2\fs20\cf0 asd}\f1\fs20\par}
How do i replace all font in this string to a new font, ex: 'Century Gothic' and size = 10, by sql script ?