Dear Bruno,
Thanks very much for your help.
> Nederhof M.J. wrote:
> >Some advice would be appreciated with the following problem.
> >
> >1) I have a method that generates Egyptian hieroglyphs written to
> >Graphics2D, in such a way that no pixelization results. I
Some advice would be appreciated with the following problem.
1) I have a method that generates Egyptian hieroglyphs written to
Graphics2D, in such a way that no pixelization results. I.e. I write curves,
not pixels. This has been applied to PdfGraphics2D as well, which works fine
provided I know t
My 2 cents. Last week Paulo advised me to use ColumnText, because
setFirstLineIndent wouldn't work otherwise. So, instead of adding Paragraphs
to a document, I now add (addElement) them to a ColumnText. Since then I
noticed that a whole lot of other things started to work that didn't before.
One
Under "The Paragraph object" the tutorial claims this method "need no further
explanation". Yet the below doesn't do what one would expect. All first lines
of the paragraphs have equal indentation, i.e. presumably no indentation.
Bug or feature?
Thanks,
Mark-Jan
==
I need a small button that closely fits around a short string. However, it
seems such text is placed too low, by about the descent of the string. This
is illustrated by the output of the program below. There is plenty of space
above "b", but the "p" extends to below the button.
Thanks in advanc
In the code below, a small negative number is returned as the
ascent of a string, which looks suspect to me. Is this a bug or a feature?
Second question: I was actually trying to compute not the ascent of a string,
but the ascent of a font, like in AWT. Is there such a concept with
BaseFonts?
T
I wish to use Java's Graphics2D to write Egyptian hieroglyphic text to a
PDF file. (Because of the intricacies of this particular writing system,
and because of the design of existing software, I see no straightforward
way to avoid using Graphics2D.) I use iText to get from Graphics2D t