View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000281 | luatex | luatex bug | public | 2009-10-19 13:15 | 2009-10-27 17:55 |
Reporter | Dohyun Kim | Assigned To | Taco | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 0.43.0 | ||||
Fixed in Version | 0.44.0 | ||||
Summary | 0000281: embedding="no" of opentype or truetype fonts | ||||
Description | Trying to get a pdf with non-embedded fonts fails with an assertion error. \input luatex-fonts \directlua{ callback.register('define_font',function(name,size) local fontdata = fonts.define.read(name,size) fontdata.embedding = 'no' return fontdata end) } \font\tenrm=lmroman10-regular at 10pt \tenrm abc. \bye The error message is: luatex: ../../../source/texk/web2c/luatexdir/font/writefont.c:460: write_fontfile: Assertion `(((fd->fm)->type & 0x01) != 0)' failed. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2009-10-19 13:15 | Dohyun Kim | New Issue | |
2009-10-19 13:34 | Taco | Status | new => resolved |
2009-10-19 13:34 | Taco | Resolution | open => fixed |
2009-10-19 13:34 | Taco | Assigned To | => Taco |
2009-10-19 13:34 | Taco | Note Added: 0000301 | |
2009-10-27 17:55 | Taco | Status | resolved => closed |
2009-10-27 17:55 | Taco | Fixed in Version | => 0.44.0 |