26 May
2005
26 May
'05
8:05 p.m.
Hi Fabrice, i've looked to writet1.c and added diagnostic print lines. Thought that maybe fb_ptr would not be initialized. But it is initialized. This happens during t1_putchar() = fb_putchar() which uses macro alloc_array, which sets fb_ptr. t1_putchar() is used by t1_putline(), and this is called before Length1 is calculated. I initialized fb_ptr also to some weird value; also this didn't matter. After the first t1_putchar() everything was ok. So i can't yet repeat your problem. No idea... Regards, Hartmut