Struct x11_dl::xft::XftFont [−][src]
#[repr(C)]pub struct XftFont {
pub ascent: c_int,
pub descent: c_int,
pub height: c_int,
pub max_advance_width: c_int,
pub charset: *mut FcCharSet,
pub pattern: *mut FcPattern,
}Fields
ascent: c_intdescent: c_intheight: c_intmax_advance_width: c_intcharset: *mut FcCharSetpattern: *mut FcPatternTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XftFont
impl UnwindSafe for XftFont
Blanket Implementations
Mutably borrows from an owned value. Read more
