On 11/8/2019 9:31 AM, Linas Stonys wrote:
executing \IfFileExists{d:/texroot/2019/texmf-dist/fonts/opentype/public/lm/lmroman10-bold.otf}{}{}
writes an entry to .fls like:
INPUT d:/texroot/2019/texmf-dist/fonts/opentype/public/lm/lmroman10-bold.otf

that's what this code does for every used opentype font. I tried offered fio.recordfilename(fdata.filename)
but did not see any difference in .fls
actually there is

record_input_file
record_output_file

in the kpse lib so i'll remove the other function as it only is used in kpse mode anyway; in kpse lib i'll add it to the main module too, so then you will have

kpse.record_input_file(fdata.filename)

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
       tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
_______________________________________________
dev-luatex mailing list
dev-luatex@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-luatex

Reply via email to