linebender / piet

An abstraction for 2D graphics.
Apache License 2.0
1.24k stars 93 forks source link

impl Text::font_family for cairo #430

Open cmyr opened 3 years ago

cmyr commented 3 years ago

Currently this method just blindly succeeds; it should be checking if the input family name can be found, and returning an error if it cannot.