[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Freetype] Memory leak in FT_New_Face()
From: |
David Turner |
Subject: |
Re: [Freetype] Memory leak in FT_New_Face() |
Date: |
Fri, 11 May 2001 19:43:29 +0200 |
Hi Ian,
Ian Pilcher a écrit :
>
> Anyway, I did rebuild Red Hat's freetype-2.0.1-5.src.rpm (rawhide) with
> FreeType 2.0.2 just to see if the problem was still there. It didn't
> trash my system :-), but the quality of rendered fonts was significantly
> lower. Any idea why an update from 2.0.1 to 2.0.2 could cause this?
>
Yes, the TrueType bytecode interpreter has been disabled in 2.0.2
(it was erroneously set in 2.0.1)
if you want to get it back, you'll need to switch
TT_CONFIG_OPTION_BYTECODE_INTERPRETER in include/config/ftoption.h
and recompile/re-install..
Regards,
- David