We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2837a1 commit e036a35Copy full SHA for e036a35
1 file changed
crates/xetex_layout/src/font.rs
@@ -359,8 +359,7 @@ impl Font {
359
360
*descriptor = descriptor.copy_with_attrs(&attributes);
361
*font_ref = Some(
362
- CTFont::new_descriptor(descriptor, self.point_size as f64 * 72.0 / 72.27)
363
- .ok_or(())?,
+ CTFont::new_descriptor(descriptor, self.point_size as f64 * 72.0 / 72.27).ok_or(())?,
364
);
365
let mut index = 0;
366
let pathname =
0 commit comments