Re: [Pharo-dev] Athens Font Rendering Bug

2016-07-20 Thread J.F. Rick
Thanks. It is working nicely. On Wed, Jul 20, 2016 at 3:32 PM Nicolai Hess wrote: > 2016-07-20 20:46 GMT+02:00 J.F. Rick : > >> Cool. What should I use? Is this useful: >> http://www.tudorgirba.com/blog/free-font-collection-for-pharo >> > > Any FreeType

Re: [Pharo-dev] Athens Font Rendering Bug

2016-07-20 Thread Nicolai Hess
2016-07-20 20:46 GMT+02:00 J.F. Rick : > Cool. What should I use? Is this useful: > http://www.tudorgirba.com/blog/free-font-collection-for-pharo > Any FreeType font, the builtin (Source Sans Pro/ Source Code Pro) or a font from your system (after loading all available fonts). |

Re: [Pharo-dev] Athens Font Rendering Bug

2016-07-20 Thread Nicolai Hess
Do not use StrikeFont with athens Am 20.07.2016 7:49 nachm. schrieb "J.F. Rick" : > It seems that emphasis is also not respected in Athens. If I try the > following, it works in BitBlt, but both are rendered as plain inside Athens. > > | font boldFont | > font := StrikeFont

Re: [Pharo-dev] Athens Font Rendering Bug

2016-07-20 Thread J.F. Rick
It seems that emphasis is also not respected in Athens. If I try the following, it works in BitBlt, but both are rendered as plain inside Athens. | font boldFont | font := StrikeFont familyName: 'Arial' pointSize: 18. boldFont := StrikeFont familyName: 'Arial' pointSize: 18 emphasized:

Re: [Pharo-dev] State of Pharo in comparison with the "Pharo vision" document

2016-07-20 Thread Julien Delplanque
Thanks for all your answer I will use the hints you gave me and eventually come back to you if I need more information. :-) Regards, Julien On 20/07/16 01:44, Ben Coman wrote: On Wed, Jul 20, 2016 at 5:59 AM, Julien Delplanque wrote: Hello everyone, For a university

[Pharo-dev] Pharo 6 image lockup at startup

2016-07-20 Thread Thierry Goubier
Hi guys, It seems there is a strange interaction between the deprecation rewriter and image startup. If you load a package that has deprecated calls (command line loading: without GUI), then save the image, the image will appear locked on the next interactive start (black background on Linux).

[Pharo-dev] Support for more arrays

2016-07-20 Thread Thibault Raffaillac
Hi, Here is a quick draft for more array sizes as discussed last week. http://smalltalkhub.com/#!/~ThibaultRaffaillac/Collections-Arrays It yields (* => new): SByteArray* and ByteArray ShortArray* and UShortArray* IntegerArray and UIntegerArray* LongArray* and ULongArray* SWordArray* and

Re: [Pharo-dev] State of Pharo in comparison with the "Pharo vision" document

2016-07-20 Thread Ben Coman
On Wed, Jul 20, 2016 at 4:59 PM, Esteban Lorenzano wrote: > > 21. New Object Formats > > In progress > This is Spur? cheers -ben

Re: [Pharo-dev] State of Pharo in comparison with the "Pharo vision" document

2016-07-20 Thread Esteban Lorenzano
Hi, this is my following of vision document: > 1. Creation of the Pharo Consortium -> Created DONE > 2. Small kernel & validated packages -> >>In progress (Bootstrap + Cargo) In progress > 3. A Robust and Extensible System Events -> ? DONE. Announcements (but now we have “announcements

Re: [Pharo-dev] State of Pharo in comparison with the "Pharo vision" document

2016-07-20 Thread Esteban Lorenzano
> On 20 Jul 2016, at 10:38, Guille Polito wrote: > >- 1. Bless the latest VM that has the Ephemeron fixes as stable (Esteban > told me he was going to do it but I do not know the state of this). done, two or three weeks ago :P