Viewing 1 post (of 1 total)
  • Author
    Posts
  • #26688

    When one line (in a paragraph) contains subscript text, the next line in the paragraph is rendered farther away (line height wise) than if there was no subscript. (Similar is probably true for superscript.)

    In HTML this can be prevented by doing for example this:
    p { line-height: 1.5em; }<br /> sub, sup { line-height: 0; }
    Is there a way to achieve this in generated PDF too?

Viewing 1 post (of 1 total)

The forum ‘HTML/CSS rendering issues’ is closed to new topics and replies.