Tarryk

Results 11 comments of Tarryk

I license past and future contributions under the triple MIT OR Apache-2.0 OR Zlib license, allowing licensees to choose any one at their option.

Have you looked into [swash](https://github.com/dfrg/swash)? I tried out the [demo](https://github.com/dfrg/swash_demo) and was very impressed with the quality, couldn't distinguish it from FreeType rendering in Chromium. Afaik swash supports both hinting...

> Well for the font rendering I'm using fontdue How do you render stroked glyphs with fontdue?

> > How do you render stroked glyphs with fontdue? > > See here: https://github.com/audulus/vger-rs/blob/abe8274f8cc155a9018f339354ed5ee836c05861/src/glyphs.rs#L35 The rasterize function outputs filled text, not stroked text. When I say stroked text, I...

Is this new in 0.2.1? This worked fine for me under 0.2.0, haven't tested on 0.2.1 yet.

Did you ever get ulpfec working in webrtc-rs?

Is there any update on this? Rnote is basically unusable on a touchscreen for this reason.

The `text()` method isn't a solution for me because I'm using enigo in a [remote desktop app](https://github.com/UE2020/tenebra/blob/main/src/input.rs), where keys should be held for as long as the client on the...

@pentamassiv I fixed the issue in my project by replacing the `get_layoutdependent_keycode` function with a hardcoded match statement from [this C function](https://ritter.ist.psu.edu/projects/RUI/macosx/rui.c). Obviously this means that only ascii characters can...