strange font bug

miriam.voth's icon

Hi folks!

I just stumbled over strange font bug. Every f, h, w, capitals and numbers are displayed in bold and italic in all my patches. Even in the help patches and in the Max window. I know this sounds really weird. I can not remember to have done or clicked something, what could have caused this bug.
I tried to fix it by checking the Options/Preferences/native text rendering but it only works for patches. The standalone I am trying to make at the moment still has the bold/italic characters.

I would be glad about every hint you could give me.

Thanks Miriam

2026.fontbug.PNG
PNG
Jan M's icon

Maybe try switching native text rendering OFF and lower the value of "Max Font Size For Native Subpixel Antialiasing" to something like 2. That helped in my case.

David Beaudry's icon

For an app, you can send a message to max to control native text rendering:

put this in a message box:

; nativetextrendering 0

connect to a loadbang and you should be good to go (note that I haven't tested, tho...just know it works in a patcher).

David

miriam.voth's icon

Hi guys!

Thanks for your replies! I tried both ways.

The "native subpixel antialising" solved the problem only inside of Max. Meaning: when I built my standalone, the bug was there again.

;nativetextrendering 0
didn't solve the problem, as the Max Window told me: Max doesn't know the message.

I tend to think my font file is corrupt somehow. I'll try a reinstall next.

Greetz Miriam

David Beaudry's icon
Max Patch
Copy patch and select New From Clipboard in Max.

sorry...you need to put a "max" in front of the "nativetextrendering" message, i.e.