We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b8064 commit 90b8d73Copy full SHA for 90b8d73
core-text/src/font.rs
@@ -895,6 +895,7 @@ fn variations() {
895
}
896
let s: CFString = unsafe { std::mem::transmute(CFCopyDescription(std::mem::transmute(var_font.clone()))) };
897
println!("{:}", s);
898
- dbg!(new_from_CGFont(&var_font.clone(), 19.));
+ let ct_font = new_from_CGFont(&var_font.clone(), 19.);
899
+ dbg!(ct_font.family_name());
900
assert!(false);
901
0 commit comments