#[repr(C)]
pub struct IDWriteFontFace1_Vtbl {
Show 13 fields pub base__: IDWriteFontFace_Vtbl, pub GetMetrics2: unsafe extern "system" fn(_: *mut c_void, _: *mut DWRITE_FONT_METRICS1), pub GetGdiCompatibleMetrics2: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: *const DWRITE_MATRIX, _: *mut DWRITE_FONT_METRICS1) -> HRESULT, pub GetCaretMetrics: unsafe extern "system" fn(_: *mut c_void, _: *mut DWRITE_CARET_METRICS), pub GetUnicodeRanges: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DWRITE_UNICODE_RANGE, _: *mut u32) -> HRESULT, pub IsMonospacedFont: unsafe extern "system" fn(_: *mut c_void) -> BOOL, pub GetDesignGlyphAdvances: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u16, _: *mut i32, _: BOOL) -> HRESULT, pub GetGdiCompatibleGlyphAdvances: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: *const DWRITE_MATRIX, _: BOOL, _: BOOL, _: u32, _: *const u16, _: *mut i32) -> HRESULT, pub GetKerningPairAdjustments: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u16, _: *mut i32) -> HRESULT, pub HasKerningPairs: unsafe extern "system" fn(_: *mut c_void) -> BOOL, pub GetRecommendedRenderingMode2: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: f32, _: *const DWRITE_MATRIX, _: BOOL, _: DWRITE_OUTLINE_THRESHOLD, _: DWRITE_MEASURING_MODE, _: *mut DWRITE_RENDERING_MODE) -> HRESULT, pub GetVerticalGlyphVariants: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u16, _: *mut u16) -> HRESULT, pub HasVerticalGlyphVariants: unsafe extern "system" fn(_: *mut c_void) -> BOOL,
}

Fields§

§base__: IDWriteFontFace_Vtbl§GetMetrics2: unsafe extern "system" fn(_: *mut c_void, _: *mut DWRITE_FONT_METRICS1)§GetGdiCompatibleMetrics2: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: *const DWRITE_MATRIX, _: *mut DWRITE_FONT_METRICS1) -> HRESULT§GetCaretMetrics: unsafe extern "system" fn(_: *mut c_void, _: *mut DWRITE_CARET_METRICS)§GetUnicodeRanges: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DWRITE_UNICODE_RANGE, _: *mut u32) -> HRESULT§IsMonospacedFont: unsafe extern "system" fn(_: *mut c_void) -> BOOL§GetDesignGlyphAdvances: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u16, _: *mut i32, _: BOOL) -> HRESULT§GetGdiCompatibleGlyphAdvances: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: *const DWRITE_MATRIX, _: BOOL, _: BOOL, _: u32, _: *const u16, _: *mut i32) -> HRESULT§GetKerningPairAdjustments: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u16, _: *mut i32) -> HRESULT§HasKerningPairs: unsafe extern "system" fn(_: *mut c_void) -> BOOL§GetRecommendedRenderingMode2: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: f32, _: *const DWRITE_MATRIX, _: BOOL, _: DWRITE_OUTLINE_THRESHOLD, _: DWRITE_MEASURING_MODE, _: *mut DWRITE_RENDERING_MODE) -> HRESULT§GetVerticalGlyphVariants: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u16, _: *mut u16) -> HRESULT§HasVerticalGlyphVariants: unsafe extern "system" fn(_: *mut c_void) -> BOOL

Implementations§

§

impl IDWriteFontFace1_Vtbl

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: IDWriteFontFace1_Impl, const OFFSET: isize>( ) -> IDWriteFontFace1_Vtbl

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.