Wesley Moore
Wesley Moore
Are you able to attach the generated PDF as well?
I don't think the font is embedded in the PDF properly.  Note the text from the PDF spec > The font program shall include these tables: "glyf", "head", "hhea",...
Oh wow, yes I see the same if I do `pdftk font.pdf output font-uncompress.pdf uncompress`. pdfbox emits the following warnings when opening `font.pdf`, which is where the discrepancy came from...
I've done lot of experimenting and I haven't been able to come up with a definitive conclusion. So far I'm leaning towards: Embedding CID CFF in OT fonts (`OpenType` `Subtype`...
> I tried this method once but did not work well, the result was same. It's what we use in Prince, so I think it should be possible to get...
@JonathanWoollett-Light does this look good?
@kjarosh does this seem reasonable?
> However, I'm wondering if there's a reason those calls are separate in fontconfig. I'm not experienced enough with fontconfig to say it for sure, but it's possible there are...
If the fonts I use as input to this project have a Euro glyph, then it should be possible. If you wanted to try doing it yourself you could add...
Hi @axoulc I looked into this and unfortunately the source font I'm currently using does not have a Euro glyph. Also checked the alternate OpenType Bitmap version of ProFont on...