HELP with font sizes on browsers etc.

Dwight Hughes dwighth at ipa.net
Sun Nov 15 04:52:24 UTC 1998


Tim Olson wrote:
> >If someone could please point me to where to adjust the font size values,
> >i'd be very grateful.
> 
> Try:
> 
>      TextStyle changeDefaultFontSizeBy: 1
> 
> Then close and re-open any existing windows.
> 
>      -- tim

If you need to make the default font _much_ larger (for a presentation
maybe, or if you are visually impaired) do the same with:

     TextStyle changeDefaultFontSizeBy: 2

Open up a menu to see what the effect was - if you like it, do as above
and save the image.

-- Dwight





More information about the Squeak-dev mailing list