-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Thanks for this great commit...I have appreciated the bug fixes contained.
I am seeing a problem when trying to output a cell with the formatting set to underlined...the underline is placed at the bottom of the page. Please see my code snippet and attached screenshot. Any help you can provide would be greatly appreciated.
pdf.setFont("arial",new HashSet<FontStyle>(Arrays.asList(FontStyle.UNDERLINE)), 12);
pdf.Cell(60, 5,"Col Header 1");
pdf.Cell(0, 5,"Col Header 2");
pdf.Ln(5);Metadata
Metadata
Assignees
Labels
No labels