Struct font_kit::family_handle::FamilyHandle [−][src]
pub struct FamilyHandle { /* fields omitted */ }
Expand description
Encapsulates the information needed to locate and open the fonts in a family.
Implementations
Creates an empty set of family handles.
Creates a set of font family handles.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FamilyHandle
impl Send for FamilyHandle
impl Sync for FamilyHandle
impl Unpin for FamilyHandle
impl UnwindSafe for FamilyHandle