StandardFonts defautFont:

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

StandardFonts defautFont:

hilaire
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: StandardFonts defautFont:

hilaire
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: StandardFonts defautFont:

Alain Plantec-3
In reply to this post by hilaire
Le 21/02/2011 18:53, Hilaire Fernandes a écrit :
> I am struggling with this method where it looks like default font is
> locked to 9 pt size, not a piece of cake for XO laptop.
>
> Hilaire

---------------
| f n |

n := StandardFonts defaultFont. "get the current default font"

f := LogicalFontfamilyName: n familyName pointSize: 12. "font for my
preferred size"

StandardFonts setAllStandardFontsTo: f "reset all fonts"

---------------
Cheers
Alain

>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: StandardFonts defautFont:

hilaire
CONTENTS DELETED
The author has deleted this message.