StandardFonts defautFont:

classic Classic list List threaded Threaded
4 messages Options
HilaireFernandes HilaireFernandes
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

StandardFonts defautFont:

CONTENTS DELETED
The author has deleted this message.
HilaireFernandes HilaireFernandes
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: StandardFonts defautFont:

CONTENTS DELETED
The author has deleted this message.
Alain Plantec-3 Alain Plantec-3
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: StandardFonts defautFont:

In reply to this post by HilaireFernandes
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

>
>
>


HilaireFernandes HilaireFernandes
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: StandardFonts defautFont:

CONTENTS DELETED
The author has deleted this message.
Loading...