What font types are used in the original DockerFile?

For creating reports I am using FastReport. I found out, that when dowloading the prepared report in Origam User environment, the final document uses different font types than thoseI I set in the FastReport.

What font types are used in Docker for Origam as default?
I could set those for FastReport, to ensure the report has the similar appearance in the end.

There are:
/usr/share/fonts/truetype/dejavu/DejaVuSerif-Bold.ttf: DejaVu Serif:style=Bold
/usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf: DejaVu Sans Mono:style=Book
/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf: DejaVu Sans:style=Book
/usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf: DejaVu Sans:style=Bold
/usr/share/fonts/truetype/dejavu/DejaVuSansMono-Bold.ttf: DejaVu Sans Mono:style=Bold
/usr/share/fonts/truetype/dejavu/DejaVuSerif.ttf: DejaVu Serif:style=Book

If you want add more, copy them to the /usr/share/fonts.

1 Like