Struct winapi::dwrite::IDWriteTextAnalysisSource
[−]
[src]
pub struct IDWriteTextAnalysisSource { pub lpVtbl: *const IDWriteTextAnalysisSourceVtbl, }
Fields
lpVtbl |
Methods
impl IDWriteTextAnalysisSource
[src]
unsafe fn GetTextAtPosition(&mut self, textPosition: UINT32, textString: *mut *const WCHAR, textLength: *mut UINT32) -> HRESULT
unsafe fn GetTextBeforePosition(&mut self, textPosition: UINT32, textString: *mut *const WCHAR, textLength: *mut UINT32) -> HRESULT
unsafe fn GetParagraphReadingDirection(&mut self) -> DWRITE_READING_DIRECTION
unsafe fn GetLocaleName(&mut self, textPosition: UINT32, textLength: *mut UINT32, localeName: *mut *const WCHAR) -> HRESULT
unsafe fn GetNumberSubstitution(&mut self, textPosition: UINT32, textLength: *mut UINT32, numberSubstitution: *mut *mut IDWriteNumberSubstitution) -> 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 Deref for IDWriteTextAnalysisSource
[src]
type Target = IUnknown
The resulting type after dereferencing
fn deref(&self) -> &IUnknown
The method called to dereference a value