On Wed, Dec 11, 2002 at 12:01:15PM -0500, David A. Desrosiers wrote:
> <b><h1><i>TSK - GENESIS 1</i></h1><pre>
>                                   ^ ding!
> 
>       ..and at the end of the page:
> 
> <!-- God Rules.NET--></pre>
>                      ^ ding!

I can probably shed some light on this. Currently, there is only one
fixed-width font for plucker. It was initially coded for use on
160x160 devices and thus, looks normal when viewing it :)

When the viewer sees <pre> code, no matter what font size was
previously defined it will always use the fixed-width font; of which
looks EXTREMLY SMALL on hires devices.

Fixing this is easy, simply someone needs to create a fixed-width font
about double the size of the existing one, and compile it into the
viewer.

Unfortunatly, this fix will only work for sony and handera devices.
Tungsten users will actually see a fixed-width font of the normal
size, but it will be slightly blocky. Unfortunatly there is not much I
can do about that right at this point becuase of the way how Palm's
OS5 hires works.

>       So you can remove those with two quick perl one-liners, but the
> output may not be what you expect:
> 
>       perl -pi.orig -e 's,<pre>,,g' *htm
>       perl -pi.orig -e ,s,</pre>,,g' *htm
> 
>       Good luck!

A good hack for a solution :).. I'd rather fix the viewer so this isn't
required, obviously.

-- 
Adam McDaniel
Array.org
Calgary, AB, Canada
_______________________________________________
plucker-list mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-list

Reply via email to