VSTGUI: Font issue with 3.7.5

After successfully building my test plugin with 3.7.5 I have noticed something strange with fonts. The VST3 version and the AU Wrapper display the correct font.
correct

The VST2 wrapper displays the same font but in bold.
bold

This behavior was not happening with the last version of the sdk I was using (3.7.1). Any idea what could be wrong?

The VST2 wrapper should make no difference to the UI output. It’s just a NSView where CoreGraphics/CoreText is used for drawing. I can’t think of anything in the SDK which could lead to such behavior.

I didn’t think there should be anything different. Thanks for confirming.