On 21 Sep 2010, at 13:11, Fernando olivero wrote:
thanks Alain and Juan, CUIS fonts gave a excellent look and feel to Gaucho!
I highly recommend using them as the default Pharo font family
Fernando
pd: what i did is add the following line to the ConfigurationOfGaucho.
spec blessing: #baseline; repository: 'http://www.squeaksource.com/gaucho'; package: 'DejaVuBitmapFonts' with:[ spec repository: 'http://www.squeaksource.com/DejaVu'] ; ....
This package works great (Pharo 1.1, Cog, OSX). Thanks for the pointer. Due to the size issue, I wouldn't include them all by default. Maybe we could make some clever set of MC packages that you can load for each font size that you want ? Or load the spec data from a file/url ? I think most people will only need one or two sizes. The fallback should just be miminal. Sven