Benedikt Stebner

Results 295 comments of Benedikt Stebner

Are these variable fonts? I guess you have to enable the appropriate font feature to get the desired results.

I have to add https://github.com/harfbuzz/harfbuzz/blob/master/src/hb-ot-var.h to the binding first to support this. After this is added you can find the named instance that holds the extended font family. For reference:...

I think you have to use `https://github.com/harfbuzz/harfbuzz/blob/master/src/hb-ot-var.h#L112` to get the named instance. Everything else should be the way to go. Edit: The name id should give you the face you...

>Intel's ISPC is amazing in that you write your code once in a C-like language, and then it generates AOT optimized code for each architecture that you care about. Then...

Let's keep it open until that PR is merged

Have a look at: https://github.com/roslynpad/roslynpad

@danipen - [ ] Long lines support is broken again. Editing/selection/going home-end in very long line is super slow. You can find a [test file](https://github.com/danipen/TextMateSharp/blob/master/src/TextMateSharp.Demo/testdata/samplefiles/bigfile_single_line.cs)

- [x] Slow performance scrolling a file on macOS

Are we leaking TextLines as well?

Could you provide the actual text you tried to display?