Christopher

Results 8 comments of Christopher

It's unclear to me how one would implement the ones I crossed off. One option would be to just allow one to pass in the type parameter via a string...

Referencing : > With --engine=FreeStack, the tests are run on the free/libre open-source text rendering stack with FreeType, HarfBuzz, FriBidi, and Raqm. These libraries are used by Linux, Android, ChromeOS,...

They both use the same hashing mechanism: `self.hash.rotate_left(5).bitxor(i).wrapping_mul(K);` With a quick glance, it looks like the only difference is that this crate provides a 32 and 64 bit variant (ignoring...

I would close this due to inactivity, but perhaps we can use this issue as a suggestion that the Bulder pattern should mention the difference between using `&self` or `self`...

I wasn't sure myself if `cario_glyph_t` accepts a glyph index or a code point. The manual for Cario says something a little cryptic like the `index` is the > glyph...

Hi @ruuda, Sorry I haven't been active in this post lately. Unfortunately I won't be able to fully test it until later this summer after I graduate. I've looked at...

Even though we haven't done this in the past: think pre 1.0. I don't see why this can't be done post 1.0. I have written some thought concerning this topic...