View Issue Details

IDProjectCategoryView StatusLast Update
0000856luatexluatex bugpublic2015-03-21 14:59
Reporterluigi scarso Assigned ToTaco  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Summary0000856: Luatex fails to manage correctly ARIALN.TTF" file
DescriptionMkIV with Luatex beta-0.76.0-2013040516 (TeX Live 2013/dev)(rev 4627)
produce differents pdf with the same truetype font file.
Steps To ReproduceCopy ARIALN.TTF in a local folder, and copy it again as ARIALN.ttf
Then run these two test files:

\starttext
\definedfont[./ARIALN.TTF]

    \input knuth
\ctxlua{context(fonts.hashes.identifiers[true].shared.rawdata.metadata.units_per_em)}

\ctxlua{context(fonts.hashes.parameters[true].units)}
\the\emwidth
\stoptext




\starttext
\definedfont[./ARIALN.ttf]

    \input knuth
\ctxlua{context(fonts.hashes.identifiers[true].shared.rawdata.metadata.units_per_em)}

\ctxlua{context(fonts.hashes.parameters[true].units)}
\the\emwidth
\stoptext

The first makes a wrong pdf, the second makes a good pdf.
Additional InformationIt seems mismatch between 2048 units per em and 1000 units per em.
TagsNo tags attached.

Activities

Taco

2014-03-14 14:35

administrator   ~0001250

fixed due to other changes

Issue History

Date Modified Username Field Change
2013-10-10 15:18 luigi scarso New Issue
2014-03-14 14:35 Taco Note Added: 0001250
2014-03-14 14:35 Taco Status new => resolved
2014-03-14 14:35 Taco Resolution open => no change required
2014-03-14 14:35 Taco Assigned To => Taco
2015-03-21 14:59 Hans Hagen Status resolved => closed