>>>>> "TK" == Thierry Kormann <[EMAIL PROTECTED]> writes:

TK> On Wednesday 19 September 2001 12:15, Keiron Liddle wrote:
>> As a side note: It would be good if the TextPainter system was
>> easily extended so that for simple text that can be represented in
>> pdf we put the text directly into the pdf and for more complicated
>> text (effects, overline, underline etc.)  the stroking text painter
>> could handle it. Rather than the current situation where the
>> stroking text painter can handle everything but makes large pdf
>> files, the pdf text painter only handles simple text.

TK> I will think about that and try to provide a mecanism to control
TK> which TextPainter to use in different cases.

    Can't you just extend the existing TextPainter, and when you hit a
hard case just defer to super.XXX?  Or is it just that it is difficult
to know when you have hit a "hard case"?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to