Hy, i'm using PIL (Python Image Library) without the lib-freetype.
Is there a possibility to use fonts (i just have to resize a text, not more!) without installing the freetype?
Or is there a possibility to set the size of a font, without setting the truetype of the font, so using the default truetype?
It's for a project on a server, where i can just install pure PIL, without any extensions for supporting truetypes!