|
let georgia = rc.text().font_family("Georgia").ok_or(Error::MissingFont)?; |
On my Linux machine, I don't have the "Georgia" font installed because I avoid installing any non-free packages. It would be nice if this sample had an alternative font that was free.