#[repr(C)]pub struct IDWriteTypography {
pub lpVtbl: *const IDWriteTypographyVtbl,
}
Fields§
§lpVtbl: *const IDWriteTypographyVtbl
Implementations§
Source§impl IDWriteTypography
impl IDWriteTypography
pub unsafe fn AddFontFeature(&self, fontFeature: DWRITE_FONT_FEATURE) -> HRESULT
pub unsafe fn GetFontFeatureCount(&self) -> UINT32
pub unsafe fn GetFontFeature( &self, fontFeatureIndex: UINT32, fontFeature: *mut DWRITE_FONT_FEATURE, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IDWriteTypography
impl Deref for IDWriteTypography
Auto Trait Implementations§
impl Freeze for IDWriteTypography
impl RefUnwindSafe for IDWriteTypography
impl !Send for IDWriteTypography
impl !Sync for IDWriteTypography
impl Unpin for IDWriteTypography
impl UnwindSafe for IDWriteTypography
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more