I have to increase all the fonts in an RTF string with a factor.
The font size is defined as e.g. \fs120
(would mean 60 pt) in the RTF string.
How can in go through all font sizes in the RTF string and multiply it with a factor to replace the original value with the new calculated?