On Jun 25, 2013, at 11:08 AM, Camillo Bruni <[email protected]> wrote:
> > On 2013-06-25, at 11:06, Stéphane Ducasse <[email protected]> wrote: > >> >> On Jun 25, 2013, at 11:01 AM, Camillo Bruni <[email protected]> wrote: >> >>> strange, I have freetype enabled by default and I don't have problems, >>> are you mergning stuff with utf-8 characters? :P >> >> Can you try my slice :) >> Because I thought the same but on my machine it is endless. > > no problem here, so maybe you have a strange font you use by default ;) I just took the latest image and StartupLoader default executeAtomicItems: { StartupAction name: 'Settings' code: [ "Skip the integration path (So everything works there without noise)" ('.' asFileReference fullName beginsWith: '/Users/ducasse/Workspace/FirstCircle/ActiveResearch/Pharo/PharoHarvestingFixes/30/Integration') ifFalse: [ Author fullName: 'StephaneDucasse'. CodeHolder showAnnotationPane: true. Deprecation raiseWarning: true. SHPreferences setStyleTableNamed: 'Tango'. Debugger alwaysOpenFullDebugger: true. PolymorphSystemSettings showDesktopLogo: false. FreeTypeSystemSettings loadFt2Library: true. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ] ] runOnce: true. }. So I will not use FreeType
