FcFontSet

Type Alias FcFontSet 

Source
pub type FcFontSet = struct__FcFontSet;

Aliased Type§

#[repr(C)]
pub struct FcFontSet { pub nfont: i32, pub sfont: i32, pub fonts: *mut *mut c_void, }

Fields§

§nfont: i32§sfont: i32§fonts: *mut *mut c_void