Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27194

    pd4ml is not recognizing font-size in rem (root em).

    //works fine
    Winter is coming – font size: 24pt
    Winter is coming – font size: 32px

    //font size is ignored.
    Winter is coming – font size: 1.6rem

    Is this supported by library, any idea how to solve this problem.

    Pdf4ml: 3.10.6
    Chrome: 66.0.3359
    Platform: Windows 10 & Java: 1.8

    #30157

    A proper implementation of “rem” is already available in PD4ML v4 snapshots.

    Forthcoming PD4ML v3.10.8 does not ignore “rem” anymore, but handles “rem” sizes as “em”, which is not correct, but acceptable workaround in most of the cases.

Viewing 2 posts - 1 through 2 (of 2 total)

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