harfbuzz / uharfbuzz

A HarfBuzz Python binding
Apache License 2.0
68 stars 25 forks source link

Add an example of using PaintFuncs with cairo #190

Open khaledhosny opened 9 months ago

behdad commented 9 months ago

Thanks. Maybe we ahould also bind hb-cairo?

khaledhosny commented 9 months ago

Maybe we ahould also bind hb-cairo?

I wrote this mainly to test the PaintFuncs bindings, then wanted to put it somewhere not not loose it. Binding hb-cairo would require also building cairo which I don’t think is going to be as easy as building HarfBuzz.

behdad commented 9 months ago

Maybe we ahould also bind hb-cairo?

I wrote this mainly to test the PaintFuncs bindings, then wanted to put it somewhere not not loose it.

Sure.

Binding hb-cairo would require also building cairo which I don’t think is going to be as easy as building HarfBuzz.

I was thinking providing support if pycairo is already available. I think that's possible without a build-time option.