-
Tim Crawford authored
`ttf_parser` has renamed its interfaces from `Font` to `Face`, and functions now return `Result` instead of `Option`. To preserve the current behavior the `Result` is mapped to `Option`, discarding the error. Fix clippy::wrong_self_convention. Signed-off-by:
Tim Crawford <tcrawford@system76.com>
Tim Crawford authored`ttf_parser` has renamed its interfaces from `Font` to `Face`, and functions now return `Result` instead of `Option`. To preserve the current behavior the `Result` is mapped to `Option`, discarding the error. Fix clippy::wrong_self_convention. Signed-off-by:
Tim Crawford <tcrawford@system76.com>
To find the state of this project's repository at the time of any of these versions, check out the tags.
Loading