[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Freetype] FTC_ImageType : definition change
From: |
Huw D M Davies |
Subject: |
Re: [Freetype] FTC_ImageType : definition change |
Date: |
Mon, 5 Jul 2004 12:07:34 +0100 |
User-agent: |
Mutt/1.4.1i |
On Mon, Jul 05, 2004 at 06:23:48PM +0900, Jungshik Shin wrote:
> [...]
> This presents a challenge for programs like Mozilla [2]. We can detect the
> freetype version at the configuration time to get it compiled
> differently depending on the freetype version, but what about the run-time
> difference? It'd be nice to know how others worked around this problem
> without releasing two binaries (one for freetype 2.1.5 or earlier and
> the other for freetype 2.1.6 or later).
Take a look at FT_Library_Version().
Regards,
Huw.