Stefan Steiger
Stefan Steiger
I wanted to ask if it's somehow possible to (add the ability to) upgrade a TCP connection to a TLS connection (on a TCP-Server). (basically, at any point in time,...
This is a feature request. It would be nice if it was possible to use vvvv/SVG to create a vector-pdf from SVG. Right now it renders an image. Adding an...
I need libGD for a C# project. I need the x86-32 + x86-64 dll's. Here I can download the sourcecode, but not the binaries. Also, the sourcecode doesn't compile, and...
On .NET-Core 2.0 x64, I get "Arithmetic operation resulted in an overflow." on reading the ascender... ``` /// /// Gets the ascender in 26.6 fractional pixels. /// /// public Fixed26Dot6...
I've found a solution to the issues with labels with Arabic/Berber (Tifinagh) writing-systems (scripts). Incidentially, it also works with Asian and other scripts. Problem is, Skia DrawText doesn't handle multi-script...
Your render method, aka. `Task Render(...` adds a dependency on Windows. That's an aweful shame. Now I get it, you want to use it in WPF. But you could just...
The SSL-certificate should not be "static". If host-header based SSL is used (SNI), for multiple domains on the same IP, then the certificate would need to include them all. This...
Hey, really nice work. I have something for you. A better certificate callback. Instead of just return-true, this actually checks for errors, but allows untrusted root CAs. I would have...
Is there any example on how to best split a string into different WritingSystems aka ScriptRuns ? E.g. I have this string `Hello World Привет мир مرحبا بالعالم 你好世界` and...
I need such a ruler to design a print document. Your uses pixels, which is "worthless". It should have a "unit"-switch, e.g. cm/mm/inches: https://codepen.io/j4n/pen/wBVVVN