Skip to content

Underline text in cell #2

Description

@bretthodel

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",newHashSet<FontStyle>(Arrays.asList(FontStyle.UNDERLINE)), 12);
pdf.Cell(60, 5,"Col Header 1");
pdf.Cell(0, 5,"Col Header 2");
pdf.Ln(5);

pdf_underline_issue

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions