Marcin Ziąbek

Results 501 comments of Marcin Ziąbek

That's great! I am asking because drawing the `Border` element is not optimal. Technically, instead of drawing a single rectangle with a stroke, the library draws four rectangles for each...

> A subset that always included the useful ascii, a-z A-Z 0-9 and normal punctuation plus whatever was needed outside that range (and maybe was then named with the md5...

> With @MarcinZiabek's permission I can post those subsets here for anyone that needs them. Of course, please share your files! Just make sure that the we do not break...

In the QuestPDF 2022.8 release, I am planning to change the default font from Calibri to Lato. Lato is an open-source, free for commercial use font created by Polish author...

This is interesting and somehow resembles conditional styling in VueJS (and possibly other JS frameworks). However, I am not sure how obvious such syntax is. Looking by the invocation, I...

What about [this capability](https://www.questpdf.com/documentation/api-reference.html#element)? It allows you to inject custom content in-between method chain, and of course supports conditions. This feature is really powerful. Maybe there is a better name...

I still don't feel it. Would you like to make a comaprison and elaborate about differences? 😁

@kyugoa This is strange... I am using the SkiaSharp API to extract the LineHeight property from the font file. I suspect that fonts registered within operating systems (Linux vs Windows)...

If you have loaded the font from a specific file, I doubt that this is connected to the operating system. **This looks like a SkiaSharp bug.** Notice: SkiaSharp uses different...

There is one more active issue with very similar problem. This is the proof that we are not mad 😅 If the newest SkiaSharp version (2.88.x) does not work, would...