>   talign = left: 0, right: 1, center: 2

To be consistent with the other alignments, talign should be

   talign = left: 0, center: 1, right: 2

I'm tempted to combine talign and border.  Something like

   appearance = (talign << 6) | border

which would restrict border to a max of 63 pixels...

Bill

_______________________________________________
plucker-dev mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev

Reply via email to