Trait windows::Win32::Graphics::Printing::IPartFont2_Impl
pub trait IPartFont2_Impl: Sized + IPartFont_Impl {
// Required method
fn GetFontRestriction(&self) -> Result<EXpsFontRestriction>;
}
Required Methods§
fn GetFontRestriction(&self) -> Result<EXpsFontRestriction>
Object Safety§
This trait is not object safe.