pub struct FontQuery {
pub family: String,
pub size: Length,
pub math: bool,
}Expand description
Font lookup request.
Fields§
§family: StringFamily name as seen by the font resolver.
size: LengthSize in scaled points.
math: boolWhether math font tables are required.
Trait Implementations§
impl Eq for FontQuery
impl StructuralPartialEq for FontQuery
Auto Trait Implementations§
impl Freeze for FontQuery
impl RefUnwindSafe for FontQuery
impl Send for FontQuery
impl Sync for FontQuery
impl Unpin for FontQuery
impl UnsafeUnpin for FontQuery
impl UnwindSafe for FontQuery
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more