Matthew Leibowitz

Results 1134 comments of Matthew Leibowitz

Can't you also hack the system and have a separate assembly with just fonts. And then use the feature of Blazor to load assemblies on demand? Is that even possible?

The facts. The Nano Server dll is actually working. It really is just the same as the Win32 dll, except that there is a single method that is a no-op...

@Gillibald sooooooo. I tried the GDI font manager, and that works locally. But, not on Nano Server. The entire usp10.dll is missing... I feel fear!

I will need to investigate this more as I have nothing at this point. What a bummer.

Yeah. Same results on Twitter and here: https://groups.google.com/forum/#!topic/skia-discuss/cfgRsNWcm6Q The code is there and is used on linux/android, so hopefully only a small bit of work...

@iainxt thanks for that. I'm thinking there might be a cause to have a property/method somewhere that could at least create a matrix for this so that you can draw...

@RamarajMarimuthu unfortunately no good feedback. But, if you are not using any windows specific features, you might try the Linux containers. The plus side to Linux is that they are...

Just adding a note that Windows Server Core can still be used [like this example](https://github.com/mono/SkiaSharp/tree/master/samples/Basic/Docker/WebApi)

@AlexNosk @MadhanKumarasamy The issue here is that Windows Nano Server does not support the text drawing mechanisms required by SkiaSharp. I haven't yet gotten to trying out a build with...

Hi @abezydar, thanks for giving SkiaSharp a go. I am having a look at your code and I can't really see why threads would come into this. There is just...