Struct winapi::dwrite::IDWriteTextAnalysisSink
[−]
[src]
pub struct IDWriteTextAnalysisSink { pub lpVtbl: *const IDWriteTextAnalysisSinkVtbl, }
Fields
lpVtbl |
Methods
impl IDWriteTextAnalysisSink
[src]
unsafe fn SetScriptAnalysis(&mut self, textPosition: UINT32, textLength: UINT32, scriptAnalysis: *const DWRITE_SCRIPT_ANALYSIS) -> HRESULT
unsafe fn SetLineBreakpoints(&mut self, textPosition: UINT32, textLength: UINT32, lineBreakpoints: *const DWRITE_LINE_BREAKPOINT) -> HRESULT
unsafe fn SetBidiLevel(&mut self, textPosition: UINT32, textLength: UINT32, explicitLevel: UINT8, resolvedLevel: UINT8) -> HRESULT
unsafe fn SetNumberSubstitution(&mut self, textPosition: UINT32, textLength: UINT32, numberSubstitution: *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 IDWriteTextAnalysisSink
[src]
type Target = IUnknown
The resulting type after dereferencing
fn deref(&self) -> &IUnknown
The method called to dereference a value