Struct winapi::dwrite::IDWriteFont [] [src]

pub struct IDWriteFont {
    pub lpVtbl: *const IDWriteFontVtbl,
}

Fields

lpVtbl: *const IDWriteFontVtbl

Methods

impl IDWriteFont
[src]

unsafe fn GetFontFamily(&mut self, fontFamily: *mut *mut IDWriteFontFamily) -> HRESULT

unsafe fn GetWeight(&mut self) -> DWRITE_FONT_WEIGHT

unsafe fn GetStretch(&mut self) -> DWRITE_FONT_STRETCH

unsafe fn GetStyle(&mut self) -> DWRITE_FONT_STYLE

unsafe fn IsSymbolFont(&mut self) -> BOOL

unsafe fn GetFaceNames(&mut self, names: *mut *mut IDWriteLocalizedStrings) -> HRESULT

unsafe fn GetInformationalStrings(&mut self, informationalStringId: DWRITE_INFORMATIONAL_STRING_ID, informationalStrings: *mut *mut IDWriteLocalizedStrings, exists: *mut BOOL) -> HRESULT

unsafe fn GetSimulations(&mut self) -> DWRITE_FONT_SIMULATIONS

unsafe fn GetMetrics(&mut self, fontMetrics: *mut DWRITE_FONT_METRICS)

unsafe fn HasCharacter(&mut self, unicodeValue: UINT32, exists: *mut BOOL) -> HRESULT

unsafe fn CreateFontFace(&mut self, fontFace: *mut *mut IDWriteFontFace) -> 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 IDWriteFont
[src]

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

Formats the value using the given formatter.

impl Deref for IDWriteFont
[src]

type Target = IUnknown

The resulting type after dereferencing

fn deref(&self) -> &IUnknown

The method called to dereference a value

impl DerefMut for IDWriteFont
[src]

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

The method called to mutably dereference a value