[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] freetype2 MM-Fonts on 16bit
From: |
Werner LEMBERG |
Subject: |
Re: [Devel] freetype2 MM-Fonts on 16bit |
Date: |
Sat, 14 Jul 2001 06:03:52 +0200 (CEST) |
> I can NOT load MM-Fonts on my 16-bit-platform. freetype2 hangs up in
> an endless-loop during load-process. As I am not able to run
> freetype2 in debug-mode I have no idea, where to look. Can anybody
> give me an idea?
Try to activate FT_TRACE if possible.
Do the old boring thing by inserting a lot of printf into the code to
reach the hot spot.
Werner