Page 1 of 1

Font too big

PostPosted: Sun Nov 14, 2010 1:06 pm
by Steven
First of all thanks for the great app.

I am studying php and would like to use examples of code. The problem is the font is too big and cuts off the text/code. I have set the font to small and the size to 12 but it is still to big. Is there a way I could make it even smaller?

Thanks,

Steven.

Re: Font too big

PostPosted: Sun Nov 14, 2010 8:10 pm
by Ernie
In the Main Options > View screen, there is a Minimum Font Size setting that defaults to 18. You probably just need to lower this.

Text will auto-shrink to fit a single screen... shrinking up to this min font size. If you want to force a specific size, use <size> tags, which maybe you are doing. <size 12>this is small</size> . This may not be neccessary though, as the min font size might do it for you.

Ernie