Alexander Mankuta
Alexander Mankuta
Did you have a chance to find what changed in 3.5 to make it go red?
Could you please try TTFunk with prawnpdf/ttfunk#106 applied? The easiest way to do that would be to add this to your Gemfile: ```ruby gem "ttfunk", github: "prawnpdf/ttfunk", ref: "84e984ac48024ebc21289dbc2d0e5c7558ee56b6" ```
Oh, well… Then let's try the PR branch directly: ```ruby gem "ttfunk", github: "thatsmydoing/ttfunk", branch: "fix-maxp-again" ```
Thank you.