I am thinking of implementing optional italic fonts, because the current
italicization method looks ugly with aa fonts.  

Question: Is the following legal for a Plucker doc (where the things in
<> are the codes from paragraph.h):
  <Italic><Style x>Text1<Style y>Text2<EndItalic>?
In other words, can one change style within an italic section?

If so, then I think there is a very minor bug in paragraph.c.  The
italicization code shifts the upper half of the drawn text over based on
the current font height.  In the above example, it would thus italicize
Text1 on the basis of the height data for Text2.  Simple
work-around: Whenever a <Style> code is found within italics, call the
function to end italics, set the style, and call the function to restart
italics.

I must say that I've never seen a webpage where this comes up.

Alex

--
Dr. Alexander R. Pruss  || e-mail: [EMAIL PROTECTED]
Philosophy Department   || online papers and home page:
Georgetown University   ||  www.georgetown.edu/faculty/ap85
Washington, DC 20057    ||
U.S.A.                  ||
-----------------------------------------------------------------------------
   "Philosophiam discimus non ut tantum sciamus, sed ut boni efficiamur."
       - Paul of Worczyn (1424)

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

Reply via email to