Skip to content

Make `Font::glyph` return `Glyph`, not `Option<Glyph>`.

Jeremy Soller requested to merge jimblandy:infallible-font-glyph into master

Created by: jimblandy

This patch implements the change suggested in issue #96 (closed). The impact on downstream crates is described in that issue.

This change would require a version bump.

Merge request reports