Type Alias magick_rust::bindings::TypeInfo

source ·
pub type TypeInfo = _TypeInfo;

Aliased Type§

struct TypeInfo {
Show 15 fields pub face: usize, pub path: *mut i8, pub name: *mut i8, pub description: *mut i8, pub family: *mut i8, pub style: StyleType, pub stretch: StretchType, pub weight: usize, pub encoding: *mut i8, pub foundry: *mut i8, pub format: *mut i8, pub metrics: *mut i8, pub glyphs: *mut i8, pub stealth: MagickBooleanType, pub signature: usize,
}

Fields§

§face: usize§path: *mut i8§name: *mut i8§description: *mut i8§family: *mut i8§style: StyleType§stretch: StretchType§weight: usize§encoding: *mut i8§foundry: *mut i8§format: *mut i8§metrics: *mut i8§glyphs: *mut i8§stealth: MagickBooleanType§signature: usize