FastReport icon indicating copy to clipboard operation
FastReport copied to clipboard

Fast Report Fonts dissapear after some period? (Docker)

Open purpleTurtle123 opened this issue 3 years ago • 2 comments

Hello,

When using FastReport to create PDF files for our clients we often encounter an issue where the fonts are no longer the same and when opening the PDF on a ADOBE product the PDF will only contain dots (.....) not text (abcdefg). On ADOBE it also states that Dejavu Sans font is missing, even though it really is there on the docker container.

The issue does not occur at a specific time , action or report. Sometimes it won't break for weeks, other times only minutes, hours or days. We have tried to reprocude the problem but without success.

After restarting the container, the issue is solved (for a few minutes / hours / days / sometimes weeks - until it suddenly breaks again)

We are using the EmbeddingFonts option:

private IActionResult GetPDF(dynamic report, string templateName)
{
FileStreamResult f = null;
try
{
FastReport.Utils.Config.WebMode = true;
var date = DateTime.Now;
Stream stream = new MemoryStream();
report.Report.Export(new PDFExport() { EmbeddingFonts = true, PdfCompliance = PDFExport.PdfStandard.PdfA_2a }, stream);

stream.Position = 0;
f = File(stream, "application/pdf", $"{templateName}{date.ToString("dd-MM-yy")} {date.ToString("hh")}h{date.ToString("mm")}m{date.ToString("FFF")}.pdf");
}
catch (Exception ex)
{
Console.WriteLine("GetPDF: " + ex.Message + ":::" + ex.StackTrace);
throw ex;
}
return f;
}

Has anyone else encountered this issue or is there a known solution to this problem?

  • We have tried the Pango build (https://www.fast-report.com/en/blog/show/Building-libgdiplus-library-from-source/) but without success. The issue still occured.

We are using Docker to build our FastReport project:

FROM mcr.microsoft.com/dotnet/aspnet:5.0

RUN apt-get update && apt-get install -y xvfb x11vnc x11-xkb-utils x11-apps libgdiplus libx11-dev fonts-arphic-ukai fonts-arphic-uming fonts-ipafont-mincho fonts-ipafont-gothic fonts-unfonts-core \
dos2unix openssl cmake fonts-dejavu*

ENV ASPNETCORE_ENVIRONMENT=Production
ENV DOTNET_PRINT_TELEMETRY_MESSAGE=false
WORKDIR /app/publish
EXPOSE 80

COPY ./publish .

COPY ./templates /templates

ENTRYPOINT ["dotnet" , "FastReport.dll"]

These are the Fonts that are on Docker when the issue occurs:

root@04835fdc9e43:/usr/share/fonts# ls -lR
.:
total 0
drwxr-xr-x. 1 root root 60 Jan 25 13:29 X11
drwxr-xr-x. 1 root root 19 Jan 25 13:28 cMap
drwxr-xr-x. 1 root root 19 Jan 25 13:28 cmap
drwxr-xr-x. 1 root root 63 Jan 25 13:28 opentype
drwxr-xr-x. 1 root root 92 Jan 25 13:29 truetype
drwxr-xr-x. 1 root root 34 Jan 25 13:29 type1

./X11:
total 0
drwxr-xr-x. 1 root root 32 Jan 25 13:29 encodings
drwxr-xr-x. 1 root root 19 Jan 25 13:29 misc
drwxr-xr-x. 1 root root 19 Jan 25 13:29 util

./X11/encodings:
total 136
-rw-r--r--. 1 root root 3253 Jul 12  2014 adobe-dingbats.enc.gz
-rw-r--r--. 1 root root 1655 Jul 12  2014 adobe-standard.enc.gz
-rw-r--r--. 1 root root 3165 Jul 12  2014 adobe-symbol.enc.gz
-rw-r--r--. 1 root root 1026 Jul 12  2014 armscii-8.enc.gz
-rw-r--r--. 1 root root  101 Jul 12  2014 ascii-0.enc.gz
-rw-r--r--. 1 root root  582 Jul 12  2014 dec-special.enc.gz
-rw-r--r--. 1 root root 2360 Jul 12  2014 encodings.dir
-rw-r--r--. 1 root root 1576 Jul 12  2014 ibm-cp437.enc.gz
-rw-r--r--. 1 root root 1519 Jul 12  2014 ibm-cp850.enc.gz
-rw-r--r--. 1 root root 1412 Jul 12  2014 ibm-cp852.enc.gz
-rw-r--r--. 1 root root 1373 Jul 12  2014 ibm-cp866.enc.gz
-rw-r--r--. 1 root root 1012 Jul 12  2014 iso8859-11.enc.gz
-rw-r--r--. 1 root root  639 Jul 12  2014 iso8859-13.enc.gz
-rw-r--r--. 1 root root  626 Jul 12  2014 iso8859-16.enc.gz
-rw-r--r--. 1 root root  995 Jul 12  2014 iso8859-6.16.enc.gz
-rw-r--r--. 1 root root  772 Jul 12  2014 iso8859-6.8x.enc.gz
drwxr-xr-x. 1 root root   19 Jan 25 13:29 large
-rw-r--r--. 1 root root  616 Jul 12  2014 microsoft-cp1250.enc.gz
-rw-r--r--. 1 root root 1181 Jul 12  2014 microsoft-cp1251.enc.gz
-rw-r--r--. 1 root root  529 Jul 12  2014 microsoft-cp1252.enc.gz
-rw-r--r--. 1 root root 1219 Jul 12  2014 microsoft-cp1253.enc.gz
-rw-r--r--. 1 root root  572 Jul 12  2014 microsoft-cp1254.enc.gz
-rw-r--r--. 1 root root 1004 Jul 12  2014 microsoft-cp1255.enc.gz
-rw-r--r--. 1 root root 1025 Jul 12  2014 microsoft-cp1256.enc.gz
-rw-r--r--. 1 root root  883 Jul 12  2014 microsoft-cp1257.enc.gz
-rw-r--r--. 1 root root  633 Jul 12  2014 microsoft-cp1258.enc.gz
-rw-r--r--. 1 root root  435 Jul 12  2014 microsoft-win3.1.enc.gz
-rw-r--r--. 1 root root  185 Jul 12  2014 mulearabic-0.enc.gz
-rw-r--r--. 1 root root  455 Jul 12  2014 mulearabic-1.enc.gz
-rw-r--r--. 1 root root  467 Jul 12  2014 mulearabic-2.enc.gz
-rw-r--r--. 1 root root  676 Jul 12  2014 mulelao-1.enc.gz
-rw-r--r--. 1 root root  466 Jul 12  2014 suneu-greek.enc.gz
-rw-r--r--. 1 root root  760 Jul 12  2014 tcvn-0.enc.gz
-rw-r--r--. 1 root root 1152 Jul 12  2014 tis620-2.enc.gz
-rw-r--r--. 1 root root 1242 Jul 12  2014 viscii1.1-1.enc.gz

./X11/encodings/large:
total 624
-rw-r--r--. 1 root root 64280 Jul 12  2014 big5.eten-0.enc.gz
-rw-r--r--. 1 root root 85154 Jul 12  2014 big5hkscs-0.enc.gz
-rw-r--r--. 1 root root 29723 Jul 12  2014 cns11643-1.enc.gz
-rw-r--r--. 1 root root 36755 Jul 12  2014 cns11643-2.enc.gz
-rw-r--r--. 1 root root 26144 Jul 12  2014 cns11643-3.enc.gz
-rw-r--r--. 1 root root   925 Jul 12  2014 encodings.dir
-rw-r--r--. 1 root root   140 Jul 12  2014 gb18030-0.enc.gz
-rw-r--r--. 1 root root 65442 Jul 12  2014 gb18030.2000-0.enc.gz
-rw-r--r--. 1 root root  1664 Jul 12  2014 gb18030.2000-1.enc.gz
-rw-r--r--. 1 root root 70451 Jul 12  2014 gb2312.1980-0.enc.gz
-rw-r--r--. 1 root root 59047 Jul 12  2014 gbk-0.enc.gz
-rw-r--r--. 1 root root   441 Jul 12  2014 jisx0201.1976-0.enc.gz
-rw-r--r--. 1 root root 72667 Jul 12  2014 jisx0208.1990-0.enc.gz
-rw-r--r--. 1 root root 23831 Jul 12  2014 jisx0212.1990-0.enc.gz
-rw-r--r--. 1 root root 34655 Jul 12  2014 ksc5601.1987-0.enc.gz
-rw-r--r--. 1 root root 32398 Jul 12  2014 ksc5601.1992-3.enc.gz
-rw-r--r--. 1 root root   855 Jul 12  2014 sun.unicode.india-0.enc.gz

./X11/misc:
total 8144
-rw-r--r--. 1 root root   5125 Feb 21  2019 10x20-ISO8859-1.pcf.gz
-rw-r--r--. 1 root root   5042 Feb 21  2019 10x20-ISO8859-10.pcf.gz
-rw-r--r--. 1 root root   5173 Feb 21  2019 10x20-ISO8859-11.pcf.gz
-rw-r--r--. 1 root root   5241 Feb 21  2019 10x20-ISO8859-13.pcf.gz
-rw-r--r--. 1 root root   4940 Feb 21  2019 10x20-ISO8859-14.pcf.gz
-rw-r--r--. 1 root root   5092 Feb 21  2019 10x20-ISO8859-15.pcf.gz
-rw-r--r--. 1 root root   5028 Feb 21  2019 10x20-ISO8859-16.pcf.gz
-rw-r--r--. 1 root root   4975 Feb 21  2019 10x20-ISO8859-2.pcf.gz
-rw-r--r--. 1 root root   4858 Feb 21  2019 10x20-ISO8859-3.pcf.gz
-rw-r--r--. 1 root root   5083 Feb 21  2019 10x20-ISO8859-4.pcf.gz
-rw-r--r--. 1 root root   4947 Feb 21  2019 10x20-ISO8859-5.pcf.gz
-rw-r--r--. 1 root root   4995 Feb 21  2019 10x20-ISO8859-7.pcf.gz
-rw-r--r--. 1 root root   4502 Feb 21  2019 10x20-ISO8859-8.pcf.gz
-rw-r--r--. 1 root root   5119 Feb 21  2019 10x20-ISO8859-9.pcf.gz
-rw-r--r--. 1 root root   5466 Feb 21  2019 10x20-KOI8-R.pcf.gz
-rw-r--r--. 1 root root 101409 Feb 21  2019 10x20.pcf.gz
-rw-r--r--. 1 root root 360337 Feb 21  2019 12x13ja.pcf.gz
-rw-r--r--. 1 root root   5678 Feb 21  2019 12x24.pcf.gz
-rw-r--r--. 1 root root   5377 Feb 21  2019 12x24rk.pcf.gz
-rw-r--r--. 1 root root 612851 Feb 21  2019 18x18ja.pcf.gz
-rw-r--r--. 1 root root 740887 Feb 21  2019 18x18ko.pcf.gz
-rw-r--r--. 1 root root   3932 Feb 21  2019 4x6-ISO8859-1.pcf.gz
-rw-r--r--. 1 root root   3880 Feb 21  2019 4x6-ISO8859-10.pcf.gz
-rw-r--r--. 1 root root   3953 Feb 21  2019 4x6-ISO8859-13.pcf.gz
-rw-r--r--. 1 root root   3846 Feb 21  2019 4x6-ISO8859-14.pcf.gz
-rw-r--r--. 1 root root   3900 Feb 21  2019 4x6-ISO8859-15.pcf.gz
-rw-r--r--. 1 root root   3842 Feb 21  2019 4x6-ISO8859-16.pcf.gz
-rw-r--r--. 1 root root   3828 Feb 21  2019 4x6-ISO8859-2.pcf.gz
-rw-r--r--. 1 root root   3747 Feb 21  2019 4x6-ISO8859-3.pcf.gz
-rw-r--r--. 1 root root   3882 Feb 21  2019 4x6-ISO8859-4.pcf.gz
-rw-r--r--. 1 root root   3864 Feb 21  2019 4x6-ISO8859-5.pcf.gz
-rw-r--r--. 1 root root   3860 Feb 21  2019 4x6-ISO8859-7.pcf.gz
-rw-r--r--. 1 root root   3386 Feb 21  2019 4x6-ISO8859-8.pcf.gz
-rw-r--r--. 1 root root   3932 Feb 21  2019 4x6-ISO8859-9.pcf.gz
-rw-r--r--. 1 root root   4336 Feb 21  2019 4x6-KOI8-R.pcf.gz
-rw-r--r--. 1 root root  14883 Feb 21  2019 4x6.pcf.gz
-rw-r--r--. 1 root root   4105 Feb 21  2019 5x7-ISO8859-1.pcf.gz
-rw-r--r--. 1 root root   4072 Feb 21  2019 5x7-ISO8859-10.pcf.gz
-rw-r--r--. 1 root root   4193 Feb 21  2019 5x7-ISO8859-13.pcf.gz
-rw-r--r--. 1 root root   4030 Feb 21  2019 5x7-ISO8859-14.pcf.gz
-rw-r--r--. 1 root root   4104 Feb 21  2019 5x7-ISO8859-15.pcf.gz
-rw-r--r--. 1 root root   4079 Feb 21  2019 5x7-ISO8859-16.pcf.gz
-rw-r--r--. 1 root root   4074 Feb 21  2019 5x7-ISO8859-2.pcf.gz
-rw-r--r--. 1 root root   3920 Feb 21  2019 5x7-ISO8859-3.pcf.gz
-rw-r--r--. 1 root root   4094 Feb 21  2019 5x7-ISO8859-4.pcf.gz
-rw-r--r--. 1 root root   4108 Feb 21  2019 5x7-ISO8859-5.pcf.gz
-rw-r--r--. 1 root root   4127 Feb 21  2019 5x7-ISO8859-7.pcf.gz
-rw-r--r--. 1 root root   3597 Feb 21  2019 5x7-ISO8859-8.pcf.gz
-rw-r--r--. 1 root root   4116 Feb 21  2019 5x7-ISO8859-9.pcf.gz
-rw-r--r--. 1 root root   4657 Feb 21  2019 5x7-KOI8-R.pcf.gz
-rw-r--r--. 1 root root  27614 Feb 21  2019 5x7.pcf.gz
-rw-r--r--. 1 root root   4221 Feb 21  2019 5x8-ISO8859-1.pcf.gz
-rw-r--r--. 1 root root   4181 Feb 21  2019 5x8-ISO8859-10.pcf.gz
-rw-r--r--. 1 root root   4304 Feb 21  2019 5x8-ISO8859-13.pcf.gz
-rw-r--r--. 1 root root   4131 Feb 21  2019 5x8-ISO8859-14.pcf.gz
-rw-r--r--. 1 root root   4201 Feb 21  2019 5x8-ISO8859-15.pcf.gz
-rw-r--r--. 1 root root   4196 Feb 21  2019 5x8-ISO8859-16.pcf.gz
-rw-r--r--. 1 root root   4171 Feb 21  2019 5x8-ISO8859-2.pcf.gz
-rw-r--r--. 1 root root   4042 Feb 21  2019 5x8-ISO8859-3.pcf.gz
-rw-r--r--. 1 root root   4197 Feb 21  2019 5x8-ISO8859-4.pcf.gz
-rw-r--r--. 1 root root   4182 Feb 21  2019 5x8-ISO8859-5.pcf.gz
-rw-r--r--. 1 root root   4160 Feb 21  2019 5x8-ISO8859-7.pcf.gz
-rw-r--r--. 1 root root   3638 Feb 21  2019 5x8-ISO8859-8.pcf.gz
-rw-r--r--. 1 root root   4230 Feb 21  2019 5x8-ISO8859-9.pcf.gz
-rw-r--r--. 1 root root   4676 Feb 21  2019 5x8-KOI8-R.pcf.gz
-rw-r--r--. 1 root root  22953 Feb 21  2019 5x8.pcf.gz
-rw-r--r--. 1 root root   4459 Feb 21  2019 6x10-ISO8859-1.pcf.gz
-rw-r--r--. 1 root root   4407 Feb 21  2019 6x10-ISO8859-10.pcf.gz
-rw-r--r--. 1 root root   4527 Feb 21  2019 6x10-ISO8859-13.pcf.gz
-rw-r--r--. 1 root root   4327 Feb 21  2019 6x10-ISO8859-14.pcf.gz
-rw-r--r--. 1 root root   4426 Feb 21  2019 6x10-ISO8859-15.pcf.gz
-rw-r--r--. 1 root root   4404 Feb 21  2019 6x10-ISO8859-16.pcf.gz
-rw-r--r--. 1 root root   4370 Feb 21  2019 6x10-ISO8859-2.pcf.gz
-rw-r--r--. 1 root root   4263 Feb 21  2019 6x10-ISO8859-3.pcf.gz
-rw-r--r--. 1 root root   4430 Feb 21  2019 6x10-ISO8859-4.pcf.gz
-rw-r--r--. 1 root root   4342 Feb 21  2019 6x10-ISO8859-5.pcf.gz
-rw-r--r--. 1 root root   4368 Feb 21  2019 6x10-ISO8859-7.pcf.gz
-rw-r--r--. 1 root root   3868 Feb 21  2019 6x10-ISO8859-8.pcf.gz
-rw-r--r--. 1 root root   4475 Feb 21  2019 6x10-ISO8859-9.pcf.gz
-rw-r--r--. 1 root root   4853 Feb 21  2019 6x10-KOI8-R.pcf.gz
-rw-r--r--. 1 root root  26355 Feb 21  2019 6x10.pcf.gz
-rw-r--r--. 1 root root   4593 Feb 21  2019 6x12-ISO8859-1.pcf.gz
-rw-r--r--. 1 root root   4499 Feb 21  2019 6x12-ISO8859-10.pcf.gz
-rw-r--r--. 1 root root   4640 Feb 21  2019 6x12-ISO8859-13.pcf.gz
-rw-r--r--. 1 root root   4443 Feb 21  2019 6x12-ISO8859-14.pcf.gz
-rw-r--r--. 1 root root   4551 Feb 21  2019 6x12-ISO8859-15.pcf.gz
-rw-r--r--. 1 root root   4496 Feb 21  2019 6x12-ISO8859-16.pcf.gz
-rw-r--r--. 1 root root   4463 Feb 21  2019 6x12-ISO8859-2.pcf.gz
-rw-r--r--. 1 root root   4375 Feb 21  2019 6x12-ISO8859-3.pcf.gz
-rw-r--r--. 1 root root   4517 Feb 21  2019 6x12-ISO8859-4.pcf.gz
-rw-r--r--. 1 root root   4437 Feb 21  2019 6x12-ISO8859-5.pcf.gz
-rw-r--r--. 1 root root   4475 Feb 21  2019 6x12-ISO8859-7.pcf.gz
-rw-r--r--. 1 root root   3978 Feb 21  2019 6x12-ISO8859-8.pcf.gz
-rw-r--r--. 1 root root   4588 Feb 21  2019 6x12-ISO8859-9.pcf.gz
-rw-r--r--. 1 root root   4976 Feb 21  2019 6x12-KOI8-R.pcf.gz
-rw-r--r--. 1 root root  76154 Feb 21  2019 6x12.pcf.gz
-rw-r--r--. 1 root root   4675 Feb 21  2019 6x13-ISO8859-1.pcf.gz
-rw-r--r--. 1 root root   4597 Feb 21  2019 6x13-ISO8859-10.pcf.gz
-rw-r--r--. 1 root root   4454 Feb 21  2019 6x13-ISO8859-11.pcf.gz
-rw-r--r--. 1 root root   4734 Feb 21  2019 6x13-ISO8859-13.pcf.gz
-rw-r--r--. 1 root root   4546 Feb 21  2019 6x13-ISO8859-14.pcf.gz
-rw-r--r--. 1 root root   4659 Feb 21  2019 6x13-ISO8859-15.pcf.gz
-rw-r--r--. 1 root root   4591 Feb 21  2019 6x13-ISO8859-16.pcf.gz
-rw-r--r--. 1 root root   4557 Feb 21  2019 6x13-ISO8859-2.pcf.gz
-rw-r--r--. 1 root root   4451 Feb 21  2019 6x13-ISO8859-3.pcf.gz
-rw-r--r--. 1 root root   4613 Feb 21  2019 6x13-ISO8859-4.pcf.gz
-rw-r--r--. 1 root root   4579 Feb 21  2019 6x13-ISO8859-5.pcf.gz
-rw-r--r--. 1 root root   4585 Feb 21  2019 6x13-ISO8859-7.pcf.gz
-rw-r--r--. 1 root root   4068 Feb 21  2019 6x13-ISO8859-8.pcf.gz
-rw-r--r--. 1 root root   4682 Feb 21  2019 6x13-ISO8859-9.pcf.gz
-rw-r--r--. 1 root root   5097 Feb 21  2019 6x13-KOI8-R.pcf.gz
-rw-r--r--. 1 root root  72390 Feb 21  2019 6x13.pcf.gz
-rw-r--r--. 1 root root   4643 Feb 21  2019 6x13B-ISO8859-1.pcf.gz
-rw-r--r--. 1 root root   4569 Feb 21  2019 6x13B-ISO8859-10.pcf.gz
-rw-r--r--. 1 root root   4700 Feb 21  2019 6x13B-ISO8859-13.pcf.gz
-rw-r--r--. 1 root root   4494 Feb 21  2019 6x13B-ISO8859-14.pcf.gz
-rw-r--r--. 1 root root   4638 Feb 21  2019 6x13B-ISO8859-15.pcf.gz
-rw-r--r--. 1 root root   4539 Feb 21  2019 6x13B-ISO8859-16.pcf.gz
-rw-r--r--. 1 root root   4498 Feb 21  2019 6x13B-ISO8859-2.pcf.gz
-rw-r--r--. 1 root root   4362 Feb 21  2019 6x13B-ISO8859-3.pcf.gz
-rw-r--r--. 1 root root   4584 Feb 21  2019 6x13B-ISO8859-4.pcf.gz
-rw-r--r--. 1 root root   4500 Feb 21  2019 6x13B-ISO8859-5.pcf.gz
-rw-r--r--. 1 root root   4529 Feb 21  2019 6x13B-ISO8859-7.pcf.gz
-rw-r--r--. 1 root root   4008 Feb 21  2019 6x13B-ISO8859-8.pcf.gz
-rw-r--r--. 1 root root   4653 Feb 21  2019 6x13B-ISO8859-9.pcf.gz
-rw-r--r--. 1 root root  23793 Feb 21  2019 6x13B.pcf.gz
-rw-r--r--. 1 root root   4219 Feb 21  2019 6x13O-ISO8859-1.pcf.gz
-rw-r--r--. 1 root root   4152 Feb 21  2019 6x13O-ISO8859-10.pcf.gz
-rw-r--r--. 1 root root   4275 Feb 21  2019 6x13O-ISO8859-13.pcf.gz
-rw-r--r--. 1 root root   4083 Feb 21  2019 6x13O-ISO8859-14.pcf.gz
-rw-r--r--. 1 root root   4209 Feb 21  2019 6x13O-ISO8859-15.pcf.gz
-rw-r--r--. 1 root root   4111 Feb 21  2019 6x13O-ISO8859-16.pcf.gz
-rw-r--r--. 1 root root   4115 Feb 21  2019 6x13O-ISO8859-2.pcf.gz
-rw-r--r--. 1 root root   3959 Feb 21  2019 6x13O-ISO8859-3.pcf.gz
-rw-r--r--. 1 root root   4154 Feb 21  2019 6x13O-ISO8859-4.pcf.gz
-rw-r--r--. 1 root root   4075 Feb 21  2019 6x13O-ISO8859-5.pcf.gz
-rw-r--r--. 1 root root   4124 Feb 21  2019 6x13O-ISO8859-7.pcf.gz
-rw-r--r--. 1 root root   4206 Feb 21  2019 6x13O-ISO8859-9.pcf.gz
-rw-r--r--. 1 root root  15495 Feb 21  2019 6x13O.pcf.gz
-rw-r--r--. 1 root root   4385 Feb 21  2019 6x9-ISO8859-1.pcf.gz
-rw-r--r--. 1 root root   4325 Feb 21  2019 6x9-ISO8859-10.pcf.gz
-rw-r--r--. 1 root root   4451 Feb 21  2019 6x9-ISO8859-13.pcf.gz
-rw-r--r--. 1 root root   4291 Feb 21  2019 6x9-ISO8859-14.pcf.gz
-rw-r--r--. 1 root root   4366 Feb 21  2019 6x9-ISO8859-15.pcf.gz
-rw-r--r--. 1 root root   4339 Feb 21  2019 6x9-ISO8859-16.pcf.gz
-rw-r--r--. 1 root root   4313 Feb 21  2019 6x9-ISO8859-2.pcf.gz
-rw-r--r--. 1 root root   4183 Feb 21  2019 6x9-ISO8859-3.pcf.gz
-rw-r--r--. 1 root root   4344 Feb 21  2019 6x9-ISO8859-4.pcf.gz
-rw-r--r--. 1 root root   4321 Feb 21  2019 6x9-ISO8859-5.pcf.gz
-rw-r--r--. 1 root root   4337 Feb 21  2019 6x9-ISO8859-7.pcf.gz
-rw-r--r--. 1 root root   3819 Feb 21  2019 6x9-ISO8859-8.pcf.gz
-rw-r--r--. 1 root root   4389 Feb 21  2019 6x9-ISO8859-9.pcf.gz
-rw-r--r--. 1 root root   4851 Feb 21  2019 6x9-KOI8-R.pcf.gz
-rw-r--r--. 1 root root  22467 Feb 21  2019 6x9.pcf.gz
-rw-r--r--. 1 root root   4790 Feb 21  2019 7x13-ISO8859-1.pcf.gz
-rw-r--r--. 1 root root   4721 Feb 21  2019 7x13-ISO8859-10.pcf.gz
-rw-r--r--. 1 root root   4602 Feb 21  2019 7x13-ISO8859-11.pcf.gz
-rw-r--r--. 1 root root   4872 Feb 21  2019 7x13-ISO8859-13.pcf.gz
-rw-r--r--. 1 root root   4649 Feb 21  2019 7x13-ISO8859-14.pcf.gz
-rw-r--r--. 1 root root   4768 Feb 21  2019 7x13-ISO8859-15.pcf.gz
-rw-r--r--. 1 root root   4698 Feb 21  2019 7x13-ISO8859-16.pcf.gz
-rw-r--r--. 1 root root   4673 Feb 21  2019 7x13-ISO8859-2.pcf.gz
-rw-r--r--. 1 root root   4573 Feb 21  2019 7x13-ISO8859-3.pcf.gz
-rw-r--r--. 1 root root   4724 Feb 21  2019 7x13-ISO8859-4.pcf.gz
-rw-r--r--. 1 root root   4698 Feb 21  2019 7x13-ISO8859-5.pcf.gz
-rw-r--r--. 1 root root   4704 Feb 21  2019 7x13-ISO8859-7.pcf.gz
-rw-r--r--. 1 root root   4170 Feb 21  2019 7x13-ISO8859-8.pcf.gz
-rw-r--r--. 1 root root   4785 Feb 21  2019 7x13-ISO8859-9.pcf.gz
-rw-r--r--. 1 root root   5236 Feb 21  2019 7x13-KOI8-R.pcf.gz
-rw-r--r--. 1 root root  58911 Feb 21  2019 7x13.pcf.gz
-rw-r--r--. 1 root root   4678 Feb 21  2019 7x13B-ISO8859-1.pcf.gz
-rw-r--r--. 1 root root   4618 Feb 21  2019 7x13B-ISO8859-10.pcf.gz
-rw-r--r--. 1 root root   4451 Feb 21  2019 7x13B-ISO8859-11.pcf.gz
-rw-r--r--. 1 root root   4770 Feb 21  2019 7x13B-ISO8859-13.pcf.gz
-rw-r--r--. 1 root root   4545 Feb 21  2019 7x13B-ISO8859-14.pcf.gz
-rw-r--r--. 1 root root   4670 Feb 21  2019 7x13B-ISO8859-15.pcf.gz
-rw-r--r--. 1 root root   4600 Feb 21  2019 7x13B-ISO8859-16.pcf.gz
-rw-r--r--. 1 root root   4541 Feb 21  2019 7x13B-ISO8859-2.pcf.gz
-rw-r--r--. 1 root root   4436 Feb 21  2019 7x13B-ISO8859-3.pcf.gz
-rw-r--r--. 1 root root   4632 Feb 21  2019 7x13B-ISO8859-4.pcf.gz
-rw-r--r--. 1 root root   4576 Feb 21  2019 7x13B-ISO8859-5.pcf.gz
-rw-r--r--. 1 root root   4536 Feb 21  2019 7x13B-ISO8859-7.pcf.gz
-rw-r--r--. 1 root root   4069 Feb 21  2019 7x13B-ISO8859-8.pcf.gz
-rw-r--r--. 1 root root   4686 Feb 21  2019 7x13B-ISO8859-9.pcf.gz
-rw-r--r--. 1 root root  17969 Feb 21  2019 7x13B.pcf.gz
-rw-r--r--. 1 root root   4312 Feb 21  2019 7x13O-ISO8859-1.pcf.gz
-rw-r--r--. 1 root root   4224 Feb 21  2019 7x13O-ISO8859-10.pcf.gz
-rw-r--r--. 1 root root   4133 Feb 21  2019 7x13O-ISO8859-11.pcf.gz
-rw-r--r--. 1 root root   4424 Feb 21  2019 7x13O-ISO8859-13.pcf.gz
-rw-r--r--. 1 root root   4159 Feb 21  2019 7x13O-ISO8859-14.pcf.gz
-rw-r--r--. 1 root root   4286 Feb 21  2019 7x13O-ISO8859-15.pcf.gz
-rw-r--r--. 1 root root   4229 Feb 21  2019 7x13O-ISO8859-16.pcf.gz
-rw-r--r--. 1 root root   4184 Feb 21  2019 7x13O-ISO8859-2.pcf.gz
-rw-r--r--. 1 root root   4081 Feb 21  2019 7x13O-ISO8859-3.pcf.gz
-rw-r--r--. 1 root root   4240 Feb 21  2019 7x13O-ISO8859-4.pcf.gz
-rw-r--r--. 1 root root   4208 Feb 21  2019 7x13O-ISO8859-5.pcf.gz
-rw-r--r--. 1 root root   4260 Feb 21  2019 7x13O-ISO8859-7.pcf.gz
-rw-r--r--. 1 root root   4306 Feb 21  2019 7x13O-ISO8859-9.pcf.gz
-rw-r--r--. 1 root root  17089 Feb 21  2019 7x13O.pcf.gz
-rw-r--r--. 1 root root   4813 Feb 21  2019 7x14-ISO8859-1.pcf.gz
-rw-r--r--. 1 root root   4739 Feb 21  2019 7x14-ISO8859-10.pcf.gz
-rw-r--r--. 1 root root   4596 Feb 21  2019 7x14-ISO8859-11.pcf.gz
-rw-r--r--. 1 root root   4882 Feb 21  2019 7x14-ISO8859-13.pcf.gz
-rw-r--r--. 1 root root   4647 Feb 21  2019 7x14-ISO8859-14.pcf.gz
-rw-r--r--. 1 root root   4796 Feb 21  2019 7x14-ISO8859-15.pcf.gz
-rw-r--r--. 1 root root   4711 Feb 21  2019 7x14-ISO8859-16.pcf.gz
-rw-r--r--. 1 root root   4679 Feb 21  2019 7x14-ISO8859-2.pcf.gz
-rw-r--r--. 1 root root   4551 Feb 21  2019 7x14-ISO8859-3.pcf.gz
-rw-r--r--. 1 root root   4739 Feb 21  2019 7x14-ISO8859-4.pcf.gz
-rw-r--r--. 1 root root   4691 Feb 21  2019 7x14-ISO8859-5.pcf.gz
-rw-r--r--. 1 root root   4707 Feb 21  2019 7x14-ISO8859-7.pcf.gz
-rw-r--r--. 1 root root   4144 Feb 21  2019 7x14-ISO8859-8.pcf.gz
-rw-r--r--. 1 root root   4803 Feb 21  2019 7x14-ISO8859-9.pcf.gz
-rw-r--r--. 1 root root   4180 Feb 21  2019 7x14-JISX0201.1976-0.pcf.gz
-rw-r--r--. 1 root root   5212 Feb 21  2019 7x14-KOI8-R.pcf.gz
-rw-r--r--. 1 root root  47204 Feb 21  2019 7x14.pcf.gz
-rw-r--r--. 1 root root   4683 Feb 21  2019 7x14B-ISO8859-1.pcf.gz
-rw-r--r--. 1 root root   4646 Feb 21  2019 7x14B-ISO8859-10.pcf.gz
-rw-r--r--. 1 root root   4450 Feb 21  2019 7x14B-ISO8859-11.pcf.gz
-rw-r--r--. 1 root root   4787 Feb 21  2019 7x14B-ISO8859-13.pcf.gz
-rw-r--r--. 1 root root   4514 Feb 21  2019 7x14B-ISO8859-14.pcf.gz
-rw-r--r--. 1 root root   4665 Feb 21  2019 7x14B-ISO8859-15.pcf.gz
-rw-r--r--. 1 root root   4620 Feb 21  2019 7x14B-ISO8859-16.pcf.gz
-rw-r--r--. 1 root root   4594 Feb 21  2019 7x14B-ISO8859-2.pcf.gz
-rw-r--r--. 1 root root   4427 Feb 21  2019 7x14B-ISO8859-3.pcf.gz
-rw-r--r--. 1 root root   4651 Feb 21  2019 7x14B-ISO8859-4.pcf.gz
-rw-r--r--. 1 root root   4610 Feb 21  2019 7x14B-ISO8859-5.pcf.gz
-rw-r--r--. 1 root root   4581 Feb 21  2019 7x14B-ISO8859-7.pcf.gz
-rw-r--r--. 1 root root   4039 Feb 21  2019 7x14B-ISO8859-8.pcf.gz
-rw-r--r--. 1 root root   4678 Feb 21  2019 7x14B-ISO8859-9.pcf.gz
-rw-r--r--. 1 root root  18770 Feb 21  2019 7x14B.pcf.gz
-rw-r--r--. 1 root root   4772 Feb 21  2019 8x13-ISO8859-1.pcf.gz
-rw-r--r--. 1 root root   4707 Feb 21  2019 8x13-ISO8859-10.pcf.gz
-rw-r--r--. 1 root root   4827 Feb 21  2019 8x13-ISO8859-13.pcf.gz
-rw-r--r--. 1 root root   4648 Feb 21  2019 8x13-ISO8859-14.pcf.gz
-rw-r--r--. 1 root root   4749 Feb 21  2019 8x13-ISO8859-15.pcf.gz
-rw-r--r--. 1 root root   4659 Feb 21  2019 8x13-ISO8859-16.pcf.gz
-rw-r--r--. 1 root root   4640 Feb 21  2019 8x13-ISO8859-2.pcf.gz
-rw-r--r--. 1 root root   4516 Feb 21  2019 8x13-ISO8859-3.pcf.gz
-rw-r--r--. 1 root root   4710 Feb 21  2019 8x13-ISO8859-4.pcf.gz
-rw-r--r--. 1 root root   4714 Feb 21  2019 8x13-ISO8859-5.pcf.gz
-rw-r--r--. 1 root root   4677 Feb 21  2019 8x13-ISO8859-7.pcf.gz
-rw-r--r--. 1 root root   4116 Feb 21  2019 8x13-ISO8859-8.pcf.gz
-rw-r--r--. 1 root root   4760 Feb 21  2019 8x13-ISO8859-9.pcf.gz
-rw-r--r--. 1 root root   5222 Feb 21  2019 8x13-KOI8-R.pcf.gz
-rw-r--r--. 1 root root  67864 Feb 21  2019 8x13.pcf.gz
-rw-r--r--. 1 root root   4791 Feb 21  2019 8x13B-ISO8859-1.pcf.gz
-rw-r--r--. 1 root root   4709 Feb 21  2019 8x13B-ISO8859-10.pcf.gz
-rw-r--r--. 1 root root   4882 Feb 21  2019 8x13B-ISO8859-13.pcf.gz
-rw-r--r--. 1 root root   4706 Feb 21  2019 8x13B-ISO8859-14.pcf.gz
-rw-r--r--. 1 root root   4773 Feb 21  2019 8x13B-ISO8859-15.pcf.gz
-rw-r--r--. 1 root root   4718 Feb 21  2019 8x13B-ISO8859-16.pcf.gz
-rw-r--r--. 1 root root   4689 Feb 21  2019 8x13B-ISO8859-2.pcf.gz
-rw-r--r--. 1 root root   4550 Feb 21  2019 8x13B-ISO8859-3.pcf.gz
-rw-r--r--. 1 root root   4724 Feb 21  2019 8x13B-ISO8859-4.pcf.gz
-rw-r--r--. 1 root root   4779 Feb 21  2019 8x13B-ISO8859-5.pcf.gz
-rw-r--r--. 1 root root   4678 Feb 21  2019 8x13B-ISO8859-7.pcf.gz
-rw-r--r--. 1 root root   4169 Feb 21  2019 8x13B-ISO8859-8.pcf.gz
-rw-r--r--. 1 root root   4783 Feb 21  2019 8x13B-ISO8859-9.pcf.gz
-rw-r--r--. 1 root root  22254 Feb 21  2019 8x13B.pcf.gz
-rw-r--r--. 1 root root   4362 Feb 21  2019 8x13O-ISO8859-1.pcf.gz
-rw-r--r--. 1 root root   4302 Feb 21  2019 8x13O-ISO8859-10.pcf.gz
-rw-r--r--. 1 root root   4447 Feb 21  2019 8x13O-ISO8859-13.pcf.gz
-rw-r--r--. 1 root root   4209 Feb 21  2019 8x13O-ISO8859-14.pcf.gz
-rw-r--r--. 1 root root   4347 Feb 21  2019 8x13O-ISO8859-15.pcf.gz
-rw-r--r--. 1 root root   4238 Feb 21  2019 8x13O-ISO8859-16.pcf.gz
-rw-r--r--. 1 root root   4221 Feb 21  2019 8x13O-ISO8859-2.pcf.gz
-rw-r--r--. 1 root root   4108 Feb 21  2019 8x13O-ISO8859-3.pcf.gz
-rw-r--r--. 1 root root   4308 Feb 21  2019 8x13O-ISO8859-4.pcf.gz
-rw-r--r--. 1 root root   4312 Feb 21  2019 8x13O-ISO8859-5.pcf.gz
-rw-r--r--. 1 root root   4301 Feb 21  2019 8x13O-ISO8859-7.pcf.gz
-rw-r--r--. 1 root root   4354 Feb 21  2019 8x13O-ISO8859-9.pcf.gz
-rw-r--r--. 1 root root  26613 Feb 21  2019 8x13O.pcf.gz
-rw-r--r--. 1 root root   4744 Feb 21  2019 8x16.pcf.gz
-rw-r--r--. 1 root root   4380 Feb 21  2019 8x16rk.pcf.gz
-rw-r--r--. 1 root root   4983 Feb 21  2019 9x15-ISO8859-1.pcf.gz
-rw-r--r--. 1 root root   4897 Feb 21  2019 9x15-ISO8859-10.pcf.gz
-rw-r--r--. 1 root root   4885 Feb 21  2019 9x15-ISO8859-11.pcf.gz
-rw-r--r--. 1 root root   5017 Feb 21  2019 9x15-ISO8859-13.pcf.gz
-rw-r--r--. 1 root root   4828 Feb 21  2019 9x15-ISO8859-14.pcf.gz
-rw-r--r--. 1 root root   4968 Feb 21  2019 9x15-ISO8859-15.pcf.gz
-rw-r--r--. 1 root root   4863 Feb 21  2019 9x15-ISO8859-16.pcf.gz
-rw-r--r--. 1 root root   4833 Feb 21  2019 9x15-ISO8859-2.pcf.gz
-rw-r--r--. 1 root root   4732 Feb 21  2019 9x15-ISO8859-3.pcf.gz
-rw-r--r--. 1 root root   4923 Feb 21  2019 9x15-ISO8859-4.pcf.gz
-rw-r--r--. 1 root root   4822 Feb 21  2019 9x15-ISO8859-5.pcf.gz
-rw-r--r--. 1 root root   4831 Feb 21  2019 9x15-ISO8859-7.pcf.gz
-rw-r--r--. 1 root root   4391 Feb 21  2019 9x15-ISO8859-8.pcf.gz
-rw-r--r--. 1 root root   4976 Feb 21  2019 9x15-ISO8859-9.pcf.gz
-rw-r--r--. 1 root root   5336 Feb 21  2019 9x15-KOI8-R.pcf.gz
-rw-r--r--. 1 root root  89397 Feb 21  2019 9x15.pcf.gz
-rw-r--r--. 1 root root   5028 Feb 21  2019 9x15B-ISO8859-1.pcf.gz
-rw-r--r--. 1 root root   4973 Feb 21  2019 9x15B-ISO8859-10.pcf.gz
-rw-r--r--. 1 root root   4896 Feb 21  2019 9x15B-ISO8859-11.pcf.gz
-rw-r--r--. 1 root root   5113 Feb 21  2019 9x15B-ISO8859-13.pcf.gz
-rw-r--r--. 1 root root   4816 Feb 21  2019 9x15B-ISO8859-14.pcf.gz
-rw-r--r--. 1 root root   4990 Feb 21  2019 9x15B-ISO8859-15.pcf.gz
-rw-r--r--. 1 root root   4931 Feb 21  2019 9x15B-ISO8859-16.pcf.gz
-rw-r--r--. 1 root root   4913 Feb 21  2019 9x15B-ISO8859-2.pcf.gz
-rw-r--r--. 1 root root   4760 Feb 21  2019 9x15B-ISO8859-3.pcf.gz
-rw-r--r--. 1 root root   5012 Feb 21  2019 9x15B-ISO8859-4.pcf.gz
-rw-r--r--. 1 root root   4885 Feb 21  2019 9x15B-ISO8859-5.pcf.gz
-rw-r--r--. 1 root root   4817 Feb 21  2019 9x15B-ISO8859-7.pcf.gz
-rw-r--r--. 1 root root   4389 Feb 21  2019 9x15B-ISO8859-8.pcf.gz
-rw-r--r--. 1 root root   5027 Feb 21  2019 9x15B-ISO8859-9.pcf.gz
-rw-r--r--. 1 root root  33250 Feb 21  2019 9x15B.pcf.gz
-rw-r--r--. 1 root root   5016 Feb 21  2019 9x18-ISO8859-1.pcf.gz
-rw-r--r--. 1 root root   4914 Feb 21  2019 9x18-ISO8859-10.pcf.gz
-rw-r--r--. 1 root root   4936 Feb 21  2019 9x18-ISO8859-11.pcf.gz
-rw-r--r--. 1 root root   5039 Feb 21  2019 9x18-ISO8859-13.pcf.gz
-rw-r--r--. 1 root root   4847 Feb 21  2019 9x18-ISO8859-14.pcf.gz
-rw-r--r--. 1 root root   4996 Feb 21  2019 9x18-ISO8859-15.pcf.gz
-rw-r--r--. 1 root root   4904 Feb 21  2019 9x18-ISO8859-16.pcf.gz
-rw-r--r--. 1 root root   4848 Feb 21  2019 9x18-ISO8859-2.pcf.gz
-rw-r--r--. 1 root root   4728 Feb 21  2019 9x18-ISO8859-3.pcf.gz
-rw-r--r--. 1 root root   4911 Feb 21  2019 9x18-ISO8859-4.pcf.gz
-rw-r--r--. 1 root root   4865 Feb 21  2019 9x18-ISO8859-5.pcf.gz
-rw-r--r--. 1 root root   4875 Feb 21  2019 9x18-ISO8859-7.pcf.gz
-rw-r--r--. 1 root root   4434 Feb 21  2019 9x18-ISO8859-8.pcf.gz
-rw-r--r--. 1 root root   4997 Feb 21  2019 9x18-ISO8859-9.pcf.gz
-rw-r--r--. 1 root root   5414 Feb 21  2019 9x18-KOI8-R.pcf.gz
-rw-r--r--. 1 root root  89275 Feb 21  2019 9x18.pcf.gz
-rw-r--r--. 1 root root   4981 Feb 21  2019 9x18B-ISO8859-1.pcf.gz
-rw-r--r--. 1 root root   4857 Feb 21  2019 9x18B-ISO8859-10.pcf.gz
-rw-r--r--. 1 root root   4987 Feb 21  2019 9x18B-ISO8859-13.pcf.gz
-rw-r--r--. 1 root root   4804 Feb 21  2019 9x18B-ISO8859-14.pcf.gz
-rw-r--r--. 1 root root   4942 Feb 21  2019 9x18B-ISO8859-15.pcf.gz
-rw-r--r--. 1 root root   4851 Feb 21  2019 9x18B-ISO8859-16.pcf.gz
-rw-r--r--. 1 root root   4812 Feb 21  2019 9x18B-ISO8859-2.pcf.gz
-rw-r--r--. 1 root root   4678 Feb 21  2019 9x18B-ISO8859-3.pcf.gz
-rw-r--r--. 1 root root   4880 Feb 21  2019 9x18B-ISO8859-4.pcf.gz
-rw-r--r--. 1 root root   4829 Feb 21  2019 9x18B-ISO8859-5.pcf.gz
-rw-r--r--. 1 root root   4796 Feb 21  2019 9x18B-ISO8859-7.pcf.gz
-rw-r--r--. 1 root root   4384 Feb 21  2019 9x18B-ISO8859-8.pcf.gz
-rw-r--r--. 1 root root   4970 Feb 21  2019 9x18B-ISO8859-9.pcf.gz
-rw-r--r--. 1 root root  16203 Feb 21  2019 9x18B.pcf.gz
-rw-r--r--. 1 root root  14689 Feb 21  2019 arabic24.pcf.gz
-rw-r--r--. 1 root root   2537 Feb 21  2019 clB6x10.pcf.gz
-rw-r--r--. 1 root root   2582 Feb 21  2019 clB6x12.pcf.gz
-rw-r--r--. 1 root root   2699 Feb 21  2019 clB8x10.pcf.gz
-rw-r--r--. 1 root root   2754 Feb 21  2019 clB8x12.pcf.gz
-rw-r--r--. 1 root root   2850 Feb 21  2019 clB8x13.pcf.gz
-rw-r--r--. 1 root root   2848 Feb 21  2019 clB8x14.pcf.gz
-rw-r--r--. 1 root root   2841 Feb 21  2019 clB8x16.pcf.gz
-rw-r--r--. 1 root root   2539 Feb 21  2019 clB8x8.pcf.gz
-rw-r--r--. 1 root root   2794 Feb 21  2019 clB9x15.pcf.gz
-rw-r--r--. 1 root root   2695 Feb 21  2019 clI6x12.pcf.gz
-rw-r--r--. 1 root root   2604 Feb 21  2019 clI8x8.pcf.gz
-rw-r--r--. 1 root root   1979 Feb 21  2019 clR4x6.pcf.gz
-rw-r--r--. 1 root root   2373 Feb 21  2019 clR5x10.pcf.gz
-rw-r--r--. 1 root root   2196 Feb 21  2019 clR5x6.pcf.gz
-rw-r--r--. 1 root root   2272 Feb 21  2019 clR5x8.pcf.gz
-rw-r--r--. 1 root root   2450 Feb 21  2019 clR6x10.pcf.gz
-rw-r--r--. 1 root root   4584 Feb 21  2019 clR6x12-ISO8859-1.pcf.gz
-rw-r--r--. 1 root root   4523 Feb 21  2019 clR6x12-ISO8859-10.pcf.gz
-rw-r--r--. 1 root root   4658 Feb 21  2019 clR6x12-ISO8859-13.pcf.gz
-rw-r--r--. 1 root root   4446 Feb 21  2019 clR6x12-ISO8859-14.pcf.gz
-rw-r--r--. 1 root root   4564 Feb 21  2019 clR6x12-ISO8859-15.pcf.gz
-rw-r--r--. 1 root root   4539 Feb 21  2019 clR6x12-ISO8859-16.pcf.gz
-rw-r--r--. 1 root root   4519 Feb 21  2019 clR6x12-ISO8859-2.pcf.gz
-rw-r--r--. 1 root root   4379 Feb 21  2019 clR6x12-ISO8859-3.pcf.gz
-rw-r--r--. 1 root root   4546 Feb 21  2019 clR6x12-ISO8859-4.pcf.gz
-rw-r--r--. 1 root root   4470 Feb 21  2019 clR6x12-ISO8859-5.pcf.gz
-rw-r--r--. 1 root root   4532 Feb 21  2019 clR6x12-ISO8859-7.pcf.gz
-rw-r--r--. 1 root root   3982 Feb 21  2019 clR6x12-ISO8859-8.pcf.gz
-rw-r--r--. 1 root root   4582 Feb 21  2019 clR6x12-ISO8859-9.pcf.gz
-rw-r--r--. 1 root root   4991 Feb 21  2019 clR6x12-KOI8-R.pcf.gz
-rw-r--r--. 1 root root  22059 Feb 21  2019 clR6x12.pcf.gz
-rw-r--r--. 1 root root   2675 Feb 21  2019 clR6x13.pcf.gz
-rw-r--r--. 1 root root   2241 Feb 21  2019 clR6x6.pcf.gz
-rw-r--r--. 1 root root   2353 Feb 21  2019 clR6x8.pcf.gz
-rw-r--r--. 1 root root   2645 Feb 21  2019 clR7x10.pcf.gz
-rw-r--r--. 1 root root   2703 Feb 21  2019 clR7x12.pcf.gz
-rw-r--r--. 1 root root   2801 Feb 21  2019 clR7x14.pcf.gz
-rw-r--r--. 1 root root   2491 Feb 21  2019 clR7x8.pcf.gz
-rw-r--r--. 1 root root   2691 Feb 21  2019 clR8x10.pcf.gz
-rw-r--r--. 1 root root   2739 Feb 21  2019 clR8x12.pcf.gz
-rw-r--r--. 1 root root   2854 Feb 21  2019 clR8x13.pcf.gz
-rw-r--r--. 1 root root   2848 Feb 21  2019 clR8x14.pcf.gz
-rw-r--r--. 1 root root   2829 Feb 21  2019 clR8x16.pcf.gz
-rw-r--r--. 1 root root   2541 Feb 21  2019 clR8x8.pcf.gz
-rw-r--r--. 1 root root   2779 Feb 21  2019 clR9x15.pcf.gz
-rw-r--r--. 1 root root  13129 Feb 21  2019 cu-alt12.pcf.gz
-rw-r--r--. 1 root root   4742 Feb 21  2019 cu-arabic12.pcf.gz
-rw-r--r--. 1 root root   3514 Feb 21  2019 cu-devnag12.pcf.gz
-rw-r--r--. 1 root root   2419 Feb 21  2019 cu-lig12.pcf.gz
-rw-r--r--. 1 root root   2409 Feb 21  2019 cu-pua12.pcf.gz
-rw-r--r--. 1 root root 194338 Feb 21  2019 cu12.pcf.gz
-rw-r--r--. 1 root root  13737 Feb 21  2019 cuarabic12.pcf.gz
-rw-r--r--. 1 root root   6001 Feb 21  2019 cudevnag12.pcf.gz
-rw-r--r--. 1 root root   5225 Feb 21  2019 cursor.pcf.gz
-rw-r--r--. 1 root root   2344 Feb 21  2019 deccurs.pcf.gz
-rw-r--r--. 1 root root    952 Feb 21  2019 decsess.pcf.gz
-rw-r--r--. 1 root root   4268 Jan 25 13:29 encodings.dir
-rw-r--r--. 1 root root   6414 Jan 25 13:29 fonts.alias
-rw-r--r--. 1 root root  32637 Jan 25 13:29 fonts.dir
-rw-r--r--. 1 root root 256225 Feb 21  2019 gb16fs.pcf.gz
-rw-r--r--. 1 root root 276033 Feb 21  2019 gb16st.pcf.gz
-rw-r--r--. 1 root root 412865 Feb 21  2019 gb24st.pcf.gz
-rw-r--r--. 1 root root 237492 Feb 21  2019 hanglg16.pcf.gz
-rw-r--r--. 1 root root 239529 Feb 21  2019 hanglm16.pcf.gz
-rw-r--r--. 1 root root 353568 Feb 21  2019 hanglm24.pcf.gz
-rw-r--r--. 1 root root 242042 Feb 21  2019 jiskan16.pcf.gz
-rw-r--r--. 1 root root 376799 Feb 21  2019 jiskan24.pcf.gz
-rw-r--r--. 1 root root 210587 Feb 21  2019 k14.pcf.gz
-rw-r--r--. 1 root root   1815 Feb 21  2019 micro.pcf.gz
-rw-r--r--. 1 root root   2513 Feb 21  2019 nil2.pcf.gz
-rw-r--r--. 1 root root   1371 Feb 21  2019 olcursor.pcf.gz
-rw-r--r--. 1 root root   5560 Feb 21  2019 olgl10.pcf.gz
-rw-r--r--. 1 root root   5949 Feb 21  2019 olgl12.pcf.gz
-rw-r--r--. 1 root root   6074 Feb 21  2019 olgl14.pcf.gz
-rw-r--r--. 1 root root   6682 Feb 21  2019 olgl19.pcf.gz

./X11/util:
total 200
-rw-r--r--. 1 root root 10592 Mar 18  2018 map-ISO8859-1
-rw-r--r--. 1 root root 10989 Mar 18  2018 map-ISO8859-10
-rw-r--r--. 1 root root  9730 Mar 18  2018 map-ISO8859-11
-rw-r--r--. 1 root root 10588 Mar 18  2018 map-ISO8859-13
-rw-r--r--. 1 root root 11021 Mar 18  2018 map-ISO8859-14
-rw-r--r--. 1 root root 10601 Mar 18  2018 map-ISO8859-15
-rw-r--r--. 1 root root 10886 Mar 18  2018 map-ISO8859-16
-rw-r--r--. 1 root root 10816 Mar 18  2018 map-ISO8859-2
-rw-r--r--. 1 root root 10498 Mar 18  2018 map-ISO8859-3
-rw-r--r--. 1 root root 10792 Mar 18  2018 map-ISO8859-4
-rw-r--r--. 1 root root 10427 Mar 18  2018 map-ISO8859-5
-rw-r--r--. 1 root root  8308 Mar 18  2018 map-ISO8859-6
-rw-r--r--. 1 root root 10582 Mar 18  2018 map-ISO8859-7
-rw-r--r--. 1 root root  8553 Mar 18  2018 map-ISO8859-8
-rw-r--r--. 1 root root 10628 Mar 18  2018 map-ISO8859-9
-rw-r--r--. 1 root root  7797 Mar 18  2018 map-JISX0201.1976-0
-rw-r--r--. 1 root root 11204 Mar 18  2018 map-KOI8-R

./cMap:
total 0
lrwxrwxrwx. 1 root root 35 May  1  2018 Identity-UTF16-H -> ../../poppler/cMap/Identity-UTF16-H

./cmap:
total 0
lrwxrwxrwx. 1 root root 29 May  1  2018 Identity-H -> ../../poppler/cMap/Identity-H
lrwxrwxrwx. 1 root root 29 May  1  2018 Identity-V -> ../../poppler/cMap/Identity-V
lrwxrwxrwx. 1 root root 29 May  1  2018 adobe-cns1 -> ../../poppler/cMap/Adobe-CNS1
lrwxrwxrwx. 1 root root 28 May  1  2018 adobe-gb1 -> ../../poppler/cMap/Adobe-GB1
lrwxrwxrwx. 1 root root 31 May  1  2018 adobe-japan1 -> ../../poppler/cMap/Adobe-Japan1
lrwxrwxrwx. 1 root root 31 May  1  2018 adobe-japan2 -> ../../poppler/cMap/Adobe-Japan2
lrwxrwxrwx. 1 root root 31 May  1  2018 adobe-korea1 -> ../../poppler/cMap/Adobe-Korea1

./opentype:
total 0
drwxr-xr-x. 1 root root 19 Jan 25 13:28 ipafont-gothic
drwxr-xr-x. 1 root root 19 Jan 25 13:28 ipafont-mincho

./opentype/ipafont-gothic:
total 12184
-rw-r--r--. 1 root root 6235344 Apr 12  2011 ipag.ttf
-rw-r--r--. 1 root root 6235712 Apr 12  2011 ipagp.ttf

./opentype/ipafont-mincho:
total 15720
-rw-r--r--. 1 root root 8046712 Apr 12  2011 ipam.ttf
-rw-r--r--. 1 root root 8046048 Apr 12  2011 ipamp.ttf

./truetype:
total 0
drwxr-xr-x. 1 root root 19 Jan 25 13:29 arphic
drwxr-xr-x. 1 root root 19 Jan 25 13:29 dejavu
drwxr-xr-x. 1 root root 19 Jan 25 13:28 droid
lrwxrwxrwx. 1 root root 43 Jan 25 13:29 fonts-japanese-gothic.ttf -> /etc/alternatives/fonts-japanese-gothic.ttf
lrwxrwxrwx. 1 root root 43 Jan 25 13:29 fonts-japanese-mincho.ttf -> /etc/alternatives/fonts-japanese-mincho.ttf
drwxr-xr-x. 1 root root 19 Jan 25 13:29 noto
drwxr-xr-x. 1 root root 19 Jan 25 13:28 unfonts-core

./truetype/arphic:
total 37316
-rw-r--r--. 1 root root 17151049 Feb 20  2008 ukai.ttc
-rw-r--r--. 1 root root 21053592 Dec 10  2011 uming.ttc

./truetype/dejavu:
total 10016
-rw-r--r--. 1 root root 577708 Jul 30  2016 DejaVuMathTeXGyre.ttf
-rw-r--r--. 1 root root 705684 Jul 30  2016 DejaVuSans-Bold.ttf
-rw-r--r--. 1 root root 643292 Jul 30  2016 DejaVuSans-BoldOblique.ttf
-rw-r--r--. 1 root root 355380 Jul 30  2016 DejaVuSans-ExtraLight.ttf
-rw-r--r--. 1 root root 635416 Jul 30  2016 DejaVuSans-Oblique.ttf
-rw-r--r--. 1 root root 757076 Jul 30  2016 DejaVuSans.ttf
-rw-r--r--. 1 root root 665028 Jul 30  2016 DejaVuSansCondensed-Bold.ttf
-rw-r--r--. 1 root root 611836 Jul 30  2016 DejaVuSansCondensed-BoldOblique.ttf
-rw-r--r--. 1 root root 599292 Jul 30  2016 DejaVuSansCondensed-Oblique.ttf
-rw-r--r--. 1 root root 680264 Jul 30  2016 DejaVuSansCondensed.ttf
-rw-r--r--. 1 root root 331992 Jul 30  2016 DejaVuSansMono-Bold.ttf
-rw-r--r--. 1 root root 253580 Jul 30  2016 DejaVuSansMono-BoldOblique.ttf
-rw-r--r--. 1 root root 251932 Jul 30  2016 DejaVuSansMono-Oblique.ttf
-rw-r--r--. 1 root root 340712 Jul 30  2016 DejaVuSansMono.ttf
-rw-r--r--. 1 root root 356088 Jul 30  2016 DejaVuSerif-Bold.ttf
-rw-r--r--. 1 root root 347460 Jul 30  2016 DejaVuSerif-BoldItalic.ttf
-rw-r--r--. 1 root root 345996 Jul 30  2016 DejaVuSerif-Italic.ttf
-rw-r--r--. 1 root root 380132 Jul 30  2016 DejaVuSerif.ttf
-rw-r--r--. 1 root root 331244 Jul 30  2016 DejaVuSerifCondensed-Bold.ttf
-rw-r--r--. 1 root root 346508 Jul 30  2016 DejaVuSerifCondensed-BoldItalic.ttf
-rw-r--r--. 1 root root 345324 Jul 30  2016 DejaVuSerifCondensed-Italic.ttf
-rw-r--r--. 1 root root 346664 Jul 30  2016 DejaVuSerifCondensed.ttf

./truetype/droid:
total 3940
-rw-r--r--. 1 root root 4033420 Feb 13  2016 DroidSansFallbackFull.ttf

./truetype/noto:
total 108
-rw-r--r--. 1 root root 107848 Dec  4  2018 NotoMono-Regular.ttf

./truetype/unfonts-core:
total 33444
-rw-r--r--. 1 root root 6157280 Jun  7  2008 UnBatang.ttf
-rw-r--r--. 1 root root 6794692 Jun  2  2008 UnBatangBold.ttf
-rw-r--r--. 1 root root 1028216 Jun  2  2008 UnDinaru.ttf
-rw-r--r--. 1 root root 1021752 Jun  2  2008 UnDinaruBold.ttf
-rw-r--r--. 1 root root 1023908 Dec 16  2018 UnDinaruLight.ttf
-rw-r--r--. 1 root root 3656228 Jun  7  2008 UnDotum.ttf
-rw-r--r--. 1 root root 4093740 Jun  7  2008 UnDotumBold.ttf
-rw-r--r--. 1 root root 1167148 Jun  7  2008 UnGraphic.ttf
-rw-r--r--. 1 root root 1148776 Jun  7  2008 UnGraphicBold.ttf
-rw-r--r--. 1 root root 6275084 Jun  7  2008 UnGungseo.ttf
-rw-r--r--. 1 root root  932748 Jun  7  2008 UnPilgi.ttf
-rw-r--r--. 1 root root  923780 Jun  7  2008 UnPilgiBold.ttf

./type1:
total 0
drwxr-xr-x. 1 root root 19 Jan 25 13:29 gsfonts

./type1/gsfonts:
total 4540
-rw-r--r--. 1 root root  43100 Oct 31  2017 a010013l.afm
-rw-r--r--. 1 root root  63673 Oct 31  2017 a010013l.pfb
-rw-r--r--. 1 root root   2737 Oct 31  2017 a010013l.pfm
-rw-r--r--. 1 root root  43043 Oct 31  2017 a010015l.afm
-rw-r--r--. 1 root root  65403 Oct 31  2017 a010015l.pfb
-rw-r--r--. 1 root root   2737 Oct 31  2017 a010015l.pfm
-rw-r--r--. 1 root root  42984 Oct 31  2017 a010033l.afm
-rw-r--r--. 1 root root  62334 Oct 31  2017 a010033l.pfb
-rw-r--r--. 1 root root   2741 Oct 31  2017 a010033l.pfm
-rw-r--r--. 1 root root  43244 Oct 31  2017 a010035l.afm
-rw-r--r--. 1 root root  68601 Oct 31  2017 a010035l.pfb
-rw-r--r--. 1 root root   2741 Oct 31  2017 a010035l.pfm
-rw-r--r--. 1 root root  42337 Oct 31  2017 b018012l.afm
-rw-r--r--. 1 root root  98981 Oct 31  2017 b018012l.pfb
-rw-r--r--. 1 root root   2739 Oct 31  2017 b018012l.pfm
-rw-r--r--. 1 root root  40814 Oct 31  2017 b018015l.afm
-rw-r--r--. 1 root root  76964 Oct 31  2017 b018015l.pfb
-rw-r--r--. 1 root root   2743 Oct 31  2017 b018015l.pfm
-rw-r--r--. 1 root root  41572 Oct 31  2017 b018032l.afm
-rw-r--r--. 1 root root  86000 Oct 31  2017 b018032l.pfb
-rw-r--r--. 1 root root   2743 Oct 31  2017 b018032l.pfm
-rw-r--r--. 1 root root  40855 Oct 31  2017 b018035l.afm
-rw-r--r--. 1 root root  73392 Oct 31  2017 b018035l.pfb
-rw-r--r--. 1 root root   2747 Oct 31  2017 b018035l.pfm
-rw-r--r--. 1 root root  43304 Oct 31  2017 c059013l.afm
-rw-r--r--. 1 root root 106309 Oct 31  2017 c059013l.pfb
-rw-r--r--. 1 root root   2746 Oct 31  2017 c059013l.pfm
-rw-r--r--. 1 root root  43113 Oct 31  2017 c059016l.afm
-rw-r--r--. 1 root root 107962 Oct 31  2017 c059016l.pfb
-rw-r--r--. 1 root root   2746 Oct 31  2017 c059016l.pfm
-rw-r--r--. 1 root root  43476 Oct 31  2017 c059033l.afm
-rw-r--r--. 1 root root  96124 Oct 31  2017 c059033l.pfb
-rw-r--r--. 1 root root   2746 Oct 31  2017 c059033l.pfm
-rw-r--r--. 1 root root  43322 Oct 31  2017 c059036l.afm
-rw-r--r--. 1 root root  96325 Oct 31  2017 c059036l.pfb
-rw-r--r--. 1 root root   2750 Oct 31  2017 c059036l.pfm
-rw-r--r--. 1 root root   9381 Oct 31  2017 d050000l.afm
-rw-r--r--. 1 root root  45955 Oct 31  2017 d050000l.pfb
-rw-r--r--. 1 root root    740 Oct 31  2017 d050000l.pfm
-rw-r--r--. 1 root root  43198 Oct 31  2017 n019003l.afm
-rw-r--r--. 1 root root  79155 Oct 31  2017 n019003l.pfb
-rw-r--r--. 1 root root   2738 Oct 31  2017 n019003l.pfm
-rw-r--r--. 1 root root  42970 Oct 31  2017 n019004l.afm
-rw-r--r--. 1 root root  70730 Oct 31  2017 n019004l.pfb
-rw-r--r--. 1 root root   2738 Oct 31  2017 n019004l.pfm
-rw-r--r--. 1 root root  43829 Oct 31  2017 n019023l.afm
-rw-r--r--. 1 root root  67864 Oct 31  2017 n019023l.pfb
-rw-r--r--. 1 root root   2742 Oct 31  2017 n019023l.pfm
-rw-r--r--. 1 root root  43535 Oct 31  2017 n019024l.afm
-rw-r--r--. 1 root root  68801 Oct 31  2017 n019024l.pfb
-rw-r--r--. 1 root root   2742 Oct 31  2017 n019024l.pfm
-rw-r--r--. 1 root root  43051 Oct 31  2017 n019043l.afm
-rw-r--r--. 1 root root  71029 Oct 31  2017 n019043l.pfb
-rw-r--r--. 1 root root   2742 Oct 31  2017 n019043l.pfm
-rw-r--r--. 1 root root  42706 Oct 31  2017 n019044l.afm
-rw-r--r--. 1 root root  71638 Oct 31  2017 n019044l.pfb
-rw-r--r--. 1 root root   2742 Oct 31  2017 n019044l.pfm
-rw-r--r--. 1 root root  43292 Oct 31  2017 n019063l.afm
-rw-r--r--. 1 root root  69121 Oct 31  2017 n019063l.pfb
-rw-r--r--. 1 root root   2746 Oct 31  2017 n019063l.pfm
-rw-r--r--. 1 root root  43226 Oct 31  2017 n019064l.afm
-rw-r--r--. 1 root root  74939 Oct 31  2017 n019064l.pfb
-rw-r--r--. 1 root root   2746 Oct 31  2017 n019064l.pfm
-rw-r--r--. 1 root root  43432 Oct 31  2017 n021003l.afm
-rw-r--r--. 1 root root 101374 Oct 31  2017 n021003l.pfb
-rw-r--r--. 1 root root   2746 Oct 31  2017 n021003l.pfm
-rw-r--r--. 1 root root  43360 Oct 31  2017 n021004l.afm
-rw-r--r--. 1 root root 101380 Oct 31  2017 n021004l.pfb
-rw-r--r--. 1 root root   2746 Oct 31  2017 n021004l.pfm
-rw-r--r--. 1 root root  42264 Oct 31  2017 n021023l.afm
-rw-r--r--. 1 root root  91442 Oct 31  2017 n021023l.pfb
-rw-r--r--. 1 root root   2750 Oct 31  2017 n021023l.pfm
-rw-r--r--. 1 root root  42361 Oct 31  2017 n021024l.afm
-rw-r--r--. 1 root root  87491 Oct 31  2017 n021024l.pfb
-rw-r--r--. 1 root root   2750 Oct 31  2017 n021024l.pfm
-rw-r--r--. 1 root root  43561 Oct 31  2017 n022003l.afm
-rw-r--r--. 1 root root  94786 Oct 31  2017 n022003l.pfb
-rw-r--r--. 1 root root   2738 Oct 31  2017 n022003l.pfm
-rw-r--r--. 1 root root  42114 Oct 31  2017 n022004l.afm
-rw-r--r--. 1 root root 101592 Oct 31  2017 n022004l.pfb
-rw-r--r--. 1 root root   2738 Oct 31  2017 n022004l.pfm
-rw-r--r--. 1 root root  42283 Oct 31  2017 n022023l.afm
-rw-r--r--. 1 root root  88671 Oct 31  2017 n022023l.pfb
-rw-r--r--. 1 root root   2742 Oct 31  2017 n022023l.pfm
-rw-r--r--. 1 root root  41456 Oct 31  2017 n022024l.afm
-rw-r--r--. 1 root root  88597 Oct 31  2017 n022024l.pfb
-rw-r--r--. 1 root root   2742 Oct 31  2017 n022024l.pfm
-rw-r--r--. 1 root root  41954 Oct 31  2017 p052003l.afm
-rw-r--r--. 1 root root 109974 Oct 31  2017 p052003l.pfb
-rw-r--r--. 1 root root   2741 Oct 31  2017 p052003l.pfm
-rw-r--r--. 1 root root  41583 Oct 31  2017 p052004l.afm
-rw-r--r--. 1 root root 109157 Oct 31  2017 p052004l.pfb
-rw-r--r--. 1 root root   2741 Oct 31  2017 p052004l.pfm
-rw-r--r--. 1 root root  41795 Oct 31  2017 p052023l.afm
-rw-r--r--. 1 root root 109445 Oct 31  2017 p052023l.pfb
-rw-r--r--. 1 root root   2741 Oct 31  2017 p052023l.pfm
-rw-r--r--. 1 root root  41072 Oct 31  2017 p052024l.afm
-rw-r--r--. 1 root root 114176 Oct 31  2017 p052024l.pfb
-rw-r--r--. 1 root root   2745 Oct 31  2017 p052024l.pfm
-rw-r--r--. 1 root root   9686 Oct 31  2017 s050000l.afm
-rw-r--r--. 1 root root  33709 Oct 31  2017 s050000l.pfb
-rw-r--r--. 1 root root    752 Oct 31  2017 s050000l.pfm
-rw-r--r--. 1 root root  40416 Oct 31  2017 z003034l.afm
-rw-r--r--. 1 root root  91063 Oct 31  2017 z003034l.pfb
-rw-r--r--. 1 root root   2745 Oct 31  2017 z003034l.pfm

I used a text compare tool to compare the installed fonts on the docker container before restart (when the error occured) and after restart (when the problem is gone) and both outputs are identical.

Any soltutions? Kind regards

purpleTurtle123 avatar Feb 17 '22 13:02 purpleTurtle123

It seems that you are using a commercial version of PDF export, I will pass it on to support, they will check.

Detrav avatar Feb 17 '22 15:02 Detrav

Hello!

We will try to reproduce the problem

Best regards Marat

MaratAlaev avatar Jul 06 '22 09:07 MaratAlaev