Bernd Mueller wrote: > the main affected routines are unpack and decode. Both routines were > called for every single character (only for a stroked font) via > OutTextXYDefault. So speed is not unimportant ;-) Perhaps you can separate I/O and processing? Read into "unpacked" structure and process from there? Micha