sramezani / resume-builder

Modern real-time design and 100% free resume builder.
https://wtfresume-sramezani.vercel.app/
MIT License
428 stars 95 forks source link

Fix inconsistent text rendering #21

Open bokub opened 1 year ago

bokub commented 1 year ago

Font spacing in inconsistent when puppeteer is launched in headless mode (related issue).

For example, if you input the following text in wtfresume.com, the numbers are aligned as you can see in the screenshot.

aaaaa..................................................................|111
qwertyasdfzxcvyuiohjklbnm.............................|222
longlonglonglonglonglonglonglongshorty......|333

image


However, this is what the rendered PDF looks like:

image


With --font-render-hinting=none, the issue is fixed, as you can see here:

image

vercel[bot] commented 1 year ago

Someone is attempting to deploy a commit to a Personal Account owned by @sramezani on Vercel.

@sramezani first needs to authorize it.