rustybuzz icon indicating copy to clipboard operation
rustybuzz copied to clipboard

A complete harfbuzz's shaping algorithm port to Rust

Results 25 rustybuzz issues
Sort by recently updated
recently updated
newest added

*** ERROR: ambiguous python shebang in /usr/share/cargo/registry/rustybuzz-0.5.0/scripts/gen-vowel-constraints.py: #!/usr/bin/env python. Change it to python3 (or python2) explicitly. *** ERROR: ambiguous python shebang in /usr/share/cargo/registry/rustybuzz-0.5.0/scripts/gen-universal-table.py: #!/usr/bin/env python. Change it to python3 (or...

I want push some chars into UnicodeBuffer for now, I have to collect into String then use `push_str` however, `push_str` seems just decode it into chars so I think `fn...

I'm storing a `Face` in an `Arc` that is shared across multiple threads. When I need to perform shaping, I call `Face::clone` and set the font size on the cloned...

It states explicitly that harbuzz's graphite support was dropped in this implementation. I understand graphite support probably seems like a lot of work for minimal returns, but has there been...

Complex changes: - [ ] https://github.com/harfbuzz/harfbuzz/commit/6a38adeb577444cd164eeb6ace70741fe1a33791

After shaping, we can obtain `GlyphPosition` for each glyph. However, I can't figure out what coordinate unit it uses. The positions are proportional to what it supposed to be, but...