Font Scaling Issue

Hi,

I’m currently working on a Graphical User Interface. I’ve used the GUISkin Asset to customize my Buttons and Labels. For Scaling my menu up and down, I’m using GUI.matrix. It works, but the text of my buttons looks very crappy. Does anybody know, how to fix this problem?

You can not fix this when using GUI.matrix.
Your options are either keep it this way, or use GUI.matrix only for GUI without text and then change font size according to the scale.
You probably need to have a list of fonts holding how many level of scale you need.