Bennet Bo Fenner

Results 85 comments of Bennet Bo Fenner

I did some investigation: Registering all the different Bahnschrift font files (which contain different weights), all result in a `SKTypeface` with a weight of 300. However trying this with a...

This exception is thrown by SkiaSharp. For some targets you need to install additional nuget packages. I believe for macOS you need [this](https://www.nuget.org/packages/SkiaSharp.NativeAssets.macOS/) package. Also see #171

Unfortunately this is not possible currently and also not planned either. See #2 for more info.

This is expected. QuestPDF uses SkiaSharps `SKImage` to render images. However, `SKImage` does not support SVGs. You can use one of these two libraries to render SVGs with Skia: -...

@ngoquoc I can replicate this on my system. However the issue is not the SVG itself. Which version of Svg.Skia are you using? The newest version of Svg.Skia depends on...

The algorithm which splits up the text into individual segments (`FontFallback.BuildRuns()` and `FontFallback.BuildTypefaces()`) still needs some work. Im sure there is a more clever and efficient way to do it....

> 1 - 3. Yes, you are correct. I realized this yesterday night, we need to measure with the fallback fonts as well. Otherwise its possible that we screw up...

Your idea sounds great. I agree with your initial thought, that font fallback is probably not the best idea to implement. I assume by DEBUG mode you mean checking if...

That sounds great, im looking forward to your implementation. If i can help in any way, just let me know. +1 on adding this as an opt-in feature. Are you...

@MarcinZiabek Looks good to me so far (i looked at the code, did not test it). Unfortunately im in the process of moving and wont be able to test your...