> #text members are printed as bitmaps by POM - but I have had
> decent results.
>
> Problem comes if your #text member runs longer than a page since POM
> can't break up the bitmap
We did a job some time back where we ran a script that duplicated all of the
#text as #field. POM prints #fields as text and lets the printer render
them.
something like: (pseudocode)
member(mytext).html = readTextStream("myhtml.html")
member(myfield).text = member(mytext).text
member(myfield).rect = member(mytext).rect
repeat with i = 1 to the number of chars in member(myfield).text
field(myfield).char[i].font = field(mytext).char[i].font
field(myfield).char[i].fontsize = field(mytext).char[i].fontsize
end repeat
Now you can print the field member.
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]