Skip to content

Commit 90b8d73

Browse files
committed
Las
1 parent a4b8064 commit 90b8d73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core-text/src/font.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,6 +895,7 @@ fn variations() {
895895
}
896896
let s: CFString = unsafe { std::mem::transmute(CFCopyDescription(std::mem::transmute(var_font.clone()))) };
897897
println!("{:}", s);
898-
dbg!(new_from_CGFont(&var_font.clone(), 19.));
898+
let ct_font = new_from_CGFont(&var_font.clone(), 19.);
899+
dbg!(ct_font.family_name());
899900
assert!(false);
900901
}

0 commit comments

Comments
 (0)