You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The samples are intended to be run during CI, and so reproducibility is important (so we want a named font, and not something like "generic system serif".) I agree it would be nice to be using free fonts, but I'd also prefer not to be bundling font files, so I'm not sure of a great solution, here?
piet/piet/src/samples/picture_0.rs
Line 21 in 24acaf6
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.
The text was updated successfully, but these errors were encountered: