RazrFalcon / rustybuzz

A complete harfbuzz's shaping algorithm port to Rust
MIT License
498 stars 34 forks source link

Graphite Support #40

Closed mimbrown closed 10 months ago

mimbrown commented 2 years ago

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 any consideration about adding this? I'm assuming that would involve rewriting the graphite engine in Rust.

RazrFalcon commented 2 years ago

Yes, any dependency must be written in Rust. Preferably, without using unsafe.

Graphite looks like a fairly small library, so maybe someone would be willing to port it.

mimbrown commented 2 years ago

I would be interested in doing it but I'm a rust newbie. This wouldn't be something you'd be willing to take on, would it?

RazrFalcon commented 2 years ago

Maybe someday. But I will not have free time anytime soon.

mimbrown commented 2 years ago

That's fair.

DemiMarie commented 1 year ago

I would be interested in doing it but I'm a rust newbie. This wouldn't be something you'd be willing to take on, would it?

You could try :)

RazrFalcon commented 10 months ago

Out of scope.