pub trait IPartFont2_Impl: Sized + IPartFont_Impl {
    // Required method
    fn GetFontRestriction(&self) -> Result<EXpsFontRestriction>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§