Adam

Results 8 comments of Adam

Still not fixed in 4.34 Build 9745 RTM. IMO #1063 doesn't resolve this issue.

I found in source code, that line height depends on measured font size. I think, there should be and option to define line height in absolute value not depending on...

Hey, thanks for the answer. Yes, rendered letters/glyphs can take more space. But take a look at background. It has exactly 50px, and this is the height used for measuring...

![image](https://github.com/QuestPDF/QuestPDF/assets/9196367/95e33e64-b13c-4445-823f-f5f1fe2fa9e8) Take a look a this. Height took by container (test) is exactly 2*fontsize, but fonts' background can overflow. In QuestPdf, height took by cointaner would be 2*[measured font size],...

Yes, I know it's breaking change, but without this it's not possible to get same result as in CSS. I see few options: - adding unit param to line height...

Same problem. I'm hiding NuxtPage component and showing login dialog, when user in not authenticated. Is there any other way to conditionally not render any nuxt page, without this warning?...

It looks like it's parsing date from text field using 'en' locale, not currently selected one. Also placeholder by default should use date format from current locale (same that should...

Is there any example? Still don't know how to clean output dir during deployment. I have app using node.js and this is a big problem when deploying from visual studio...