Struct winapi::dwrite::IDWriteFontFile [] [src]

pub struct IDWriteFontFile {
    pub lpVtbl: *const IDWriteFontFileVtbl,
}

Fields

lpVtbl: *const IDWriteFontFileVtbl

Methods

impl IDWriteFontFile
[src]

unsafe fn GetReferenceKey(&mut self, fontFileReferenceKey: *mut *const c_void, fontFileReferenceKeySize: *mut UINT32) -> HRESULT

unsafe fn GetLoader(&mut self, fontFileLoader: *mut *mut IDWriteFontFileLoader) -> HRESULT

unsafe fn Analyze(&mut self, isSupportedFontType: *mut BOOL, fontFileType: *mut DWRITE_FONT_FILE_TYPE, fontFaceType: *mut DWRITE_FONT_FACE_TYPE, numberOfFaces: *mut UINT32) -> HRESULT

Methods from Deref<Target=IUnknown>

unsafe fn QueryInterface(&mut self, riid: REFIID, ppvObject: *mut *mut c_void) -> HRESULT

unsafe fn AddRef(&mut self) -> ULONG

unsafe fn Release(&mut self) -> ULONG

Trait Implementations

impl Debug for IDWriteFontFile
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Deref for IDWriteFontFile
[src]

type Target = IUnknown

The resulting type after dereferencing

fn deref(&self) -> &IUnknown

The method called to dereference a value

impl DerefMut for IDWriteFontFile
[src]

fn deref_mut(&mut self) -> &mut IUnknown

The method called to mutably dereference a value