forked from vvuk/dwrote-rs
-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
Hello, there are several assert!
s in font_family::FontFamily
, eg:
Line 75 in 771b2e1
assert!(hr == 0); |
Unfortunately, these are crashing our app. Can this crate provide fallible versions of these which return a Result
instead so that we can recover from this error in a non-panicking way?
Metadata
Metadata
Assignees
Labels
No labels