Why is that? Doru
On Fri, Jun 20, 2014 at 7:46 PM, Chris Cunningham <[email protected]> wrote: > On Fri, Jun 20, 2014 at 7:32 AM, Tudor Girba <[email protected]> wrote: > >> I do not understand. >> >> I think we are talking about two different things. Alex and I are talking >> about wrong rendering of FT fonts in Athens. A problem that looks similar >> to what we had before. Our issue has nothing to do with StrikeFont. >> >> You can (and Pharo does) use FT fonts in Morphic. I think he is asking > that the font you want to use in Athens be something different than what is > already chosen to be used in the rest of the system used in Morphic (such > as browser/workspace fonts). > -cbc > >> Cheers, >> Doru >> >> >> On Fri, Jun 20, 2014 at 3:32 PM, Igor Stasenko <[email protected]> >> wrote: >> >>> >>> >>> On 20 June 2014 13:40, Tudor Girba <[email protected]> wrote: >>> >>>> We thought so, too. But the problem manifests itself again on the >>>> latest Pharo 3.0. >>>> >>>> Thanks for checking and let us know if we can do something! >>>> >>>> >>> Sure, you can do: make sure you don't render text with same font in >>> Morphic UI and Athens, so they don't interfere with each other. >>> There's no easy way to get rid of interference, because it would require >>> changing Freetype package and its plugin in order to establish a single >>> font management point and funnel all requests to freetype library through >>> it. >>> >>> >>>> Doru >>>> >>>> >>>> On Fri, Jun 20, 2014 at 12:53 PM, Igor Stasenko <[email protected]> >>>> wrote: >>>> >>>>> >>>>> >>>>> >>>>> On 20 June 2014 02:01, Alexandre Bergel <[email protected]> >>>>> wrote: >>>>> >>>>>> Times to times, font are displayed in a very weir fashion: small and >>>>>> big letter. Width is not properly computed in addition. >>>>>> >>>>>> that should be fixed already.. i will check. >>>>> >>>>> >>>>>> Alexandre >>>>>> >>>>>> > Le 19-06-2014 à 18:26, Nicolai Hess <[email protected]> a écrit : >>>>>> > >>>>>> > >>>>>> > If I take a fresh pharo image I always have to reenable FT fonts >>>>>> before >>>>>> > doing any athens rendering with text >>>>>> > (RMOD StrikeFont(Object)>>doesNotUnderstand: #getPreciseHeight). >>>>>> > >>>>>> > Ok, I know I have to >>>>>> > open settings >>>>>> > disable then >>>>>> > enable FreeType >>>>>> > and choose a FreeType font. >>>>>> > >>>>>> > But what exactly is the problem with Athens rendering and non FT >>>>>> fonts? >>>>>> > >>>>>> > >>>>>> > Nicolai >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> Best regards, >>>>> Igor Stasenko. >>>>> >>>> >>>> >>>> >>>> -- >>>> www.tudorgirba.com >>>> >>>> "Every thing has its own flow" >>>> >>> >>> >>> >>> -- >>> Best regards, >>> Igor Stasenko. >>> >> >> >> >> -- >> www.tudorgirba.com >> >> "Every thing has its own flow" >> > > -- www.tudorgirba.com "Every thing has its own flow"
