harfbuzz / harfbuzz_rs

A fully safe Rust wrapper for the harfbuzz text shaping library.
MIT License
55 stars 23 forks source link

GlyphBuffer::serializer returns an empty string when contains a single glyph #23

Closed RazrFalcon closed 4 years ago

RazrFalcon commented 4 years ago

https://github.com/manuel-rhdt/harfbuzz_rs/blob/cf1b525397ee3360ab2087d2bd7f784bdf0fe7ab/src/buffer.rs#L324

I guess in this line we should use just >.

manuel-rhdt commented 4 years ago

Thank you for this issue!

RazrFalcon commented 4 years ago

No problem. Would you plan to release a new version soon?

manuel-rhdt commented 4 years ago

Doing it right now 👍

RazrFalcon commented 4 years ago

Thanks!