[squeak-dev] Re: How to compile FreeType Plugin (FT2Plugin)?

Takashi Yamamiya tak at metatoys.org
Thu Mar 13 22:28:30 UTC 2008


Hi John, Andy,

Great! Now I could build it smoothly.

What I did is to load:

- FreeTypeBitBltSimulation.1.cs
- Freetype-Base-tween.71
- Freetype-Plugin-JMM.53

and edit platforms/unix/plugins/FT2Plugin/Makefile.inc like:
XCPPFLAGS=      $$(freetype-config --cflags) $$(freetype-config --cflags)/freetype
XLDFLAGS=       $$(freetype-config --libs)

It shows fonts very beautifully, and
FreeTypeSettings current clearBitBltSubPixelAvailable; bitBltSubPixelAvailable
answered true.

Thank you so much for many helps!

Cheers,
- Takashi

John M McIntosh wrote:
> I build a plugin  a year back
> 
> BitBltPlugin.v1.0.0b1.FreeTypePlus.bundle.zip
> 
> See
> http://lists.squeakfoundation.org/pipermail/squeak-dev/2007-April/116342.html 
> 
>>
>> As well as installing the FT2Plugin, the plugins installer also 
>> installs a modified BitBlt plugin.
>> This enables sub-pixel anti-aliasing and gamma (contrast) adjustment.




More information about the Squeak-dev mailing list