Change Chat font

I reallllllly need to change the font of Spark. Anybody know how to do this?

1 Like

Nobody knows it? The font is really small!

I changed all fontSize properties to at least 12 but it is still unchanged…

Replace the “new Font(“Dialog”, Font.PLAIN, 11)” and “new Font(“Dialog”, Font.BOLD, 11)” to “new Font(“Dialog”, Font.PLAIN, 12)” and “new Font(“Dialog”, Font.BOLD, 12)” in the project respectively, and recompile

Is it so difficult to allow change font in preference for developer?

There are lots of user who are chatting with their native font.

I think for a chat client, just to change the font, it should not recompile the source code.