[−][src]Struct winapi_ui_automation::um::dwrite::IDWriteFontVtbl
Fields
parent: IUnknownVtbl
GetFontFamily: unsafe extern "system" fn(This: *mut IDWriteFont, fontFamily: *mut *mut IDWriteFontFamily) -> HRESULT
GetWeight: unsafe extern "system" fn(This: *mut IDWriteFont) -> DWRITE_FONT_WEIGHT
GetStretch: unsafe extern "system" fn(This: *mut IDWriteFont) -> DWRITE_FONT_STRETCH
GetStyle: unsafe extern "system" fn(This: *mut IDWriteFont) -> DWRITE_FONT_STYLE
IsSymbolFont: unsafe extern "system" fn(This: *mut IDWriteFont) -> BOOL
GetFaceNames: unsafe extern "system" fn(This: *mut IDWriteFont, names: *mut *mut IDWriteLocalizedStrings) -> HRESULT
GetInformationalStrings: unsafe extern "system" fn(This: *mut IDWriteFont, informationalStringId: DWRITE_INFORMATIONAL_STRING_ID, informationalStrings: *mut *mut IDWriteLocalizedStrings, exists: *mut BOOL) -> HRESULT
GetSimulations: unsafe extern "system" fn(This: *mut IDWriteFont) -> DWRITE_FONT_SIMULATIONS
GetMetrics: unsafe extern "system" fn(This: *mut IDWriteFont, fontMetrics: *mut DWRITE_FONT_METRICS)
HasCharacter: unsafe extern "system" fn(This: *mut IDWriteFont, unicodeValue: UINT32, exists: *mut BOOL) -> HRESULT
CreateFontFace: unsafe extern "system" fn(This: *mut IDWriteFont, fontFace: *mut *mut IDWriteFontFace) -> HRESULT
Auto Trait Implementations
impl Send for IDWriteFontVtbl
[src]
impl Sync for IDWriteFontVtbl
[src]
impl Unpin for IDWriteFontVtbl
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,