Marcin Ziąbek

Results 501 comments of Marcin Ziąbek

> @blockhunts Does the font you're using contain those characters? That looks like it could be the unicode replacement character getting swapped in, which suggests the Japanese codepages aren't included....

> @MarcinZiabek any update on supporting Arabic language? This feature is on the roadmap. In the nearest future I am planning to take care of more advanced text related capabilities,...

@mustafamagdy @megamanhxh @GeeSuth Great news! I have just finished integrating the text-shaping algorithm in QuestPDF. It uses the HarfBuzz library and supports many different languages, including Arabic of course, all...

Make sure that your IDE searches also packages with the prerelease tag. For example, there a special checkbox in Visual Studio 😁

I am not really sure about the problem. Please elaborate more. If possible, include visual screenshot of what you get and what is expected 😁

Hi 😁 You can use ANY charting library you want as long as it can produce an image. Then, your task is as easy as placing the image inside the...

> Generally speaking, how can I find all Skia based charting libraries for C#? This is a hard question. The default search mechanism on the official nuget webpage does not...

Try with OxyPlot (I have used it on my bachelors thesis and was just fine). It has a SkiaSharp engine (I have not tested it). https://www.nuget.org/packages/OxyPlot.SkiaSharp/ If you accept just...

Hello 😁 I am not a font expert and this aspect is mostly handler by SkiaSharp but... Does your font file contain bold/italic versions? It is also possible that you...

> How are these handled with the fonts that are part of QuestPDF? In terms of font management, QuestPDF is a relatively thin wrapper for SkiaSharp. 1) When you use...