I noticed the same change as well - I cannot recall the details of
the fonts that changed... But will send the composition along when
I get back from the office.
Thanks to QC users who sent me some sample compositions, I was able
to track down the issue: the selected font won't be taken into
account if the first time the Image With String patch executes, it
has an empty string and either width or height are zero (at that
point, the patch stops executing immediately, without having a chance
to "set" the font).
That typically affects compositions using RSS feeds, as the strings
from the feed are empty until the feed is done loading.
I've got a fix and I'll see if we can get that rolled in a future
software update - cross your fingers
The way to work around it is to avoid giving an empty string to Image
With String: you could use a String Length patch followed by a
Multiplexer patch to detect ahead of time if the string is empty,
and, if yes, pass a string that contains a space character (" ")
instead, while if no, pass the original string