Thanks, Marcus!

One step closer to 1.0.

Damien, I suggest not to select FreeType font in the Pharo image  
anymore but keep the Bitmap DejaVu font that comes with the core image  
now. The bitmap font is not that perfect, but apparently the speed  
differs enough. People that prefer the FreeType fonts can then easily  
switch if they like.

Adrian

On Dec 6, 2009, at 14:11 , Marcus Denker wrote:

> 10500
> -----
>
> Issue 1497:   Saving preferences to disk gives an error
> Issue 1478:   ScriptLoader loadFFI fails with a dependency error
> Issue 1437:   Bitmap #decompress:fromByteArray:at: not wellformed
> Issue 1536:   Use Bitmap DejaVu as default fonts
>
>
> Postscript does:
>
> Preferences removePreference: #automaticFlapLayout;
>                       removePreference: #navigatorOnLeftEdge;
>                       removePreference: #classicNavigatorEnabled.
>                       
> StrikeFont installDejaVu.
> Preferences setDefaultFonts: #(
>                            (setBalloonHelpFontTo: 'BitmapDejaVu' 9)
>                            (setButtonFontTo: 'BitmapDejaVu' 9)
>                            (setCodeFontTo: 'BitmapDejaVu' 9)
>                            (setHaloLabelFontTo: 'BitmapDejaVu' 9)
>                            (setListFontTo: 'BitmapDejaVu' 9)
>                            (setMenuFontTo: 'BitmapDejaVu' 9)
>                            (setSystemFontTo: 'BitmapDejaVu' 9)
>                            (setWindowTitleFontTo: 'BitmapDejaVuBold' 12))
>
> _______________________________________________
> Pharo-project mailing list
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to