[−][src]Struct winapi_ui_automation::um::dwrite_1::IDWriteTextAnalysisSink1
Fields
lpVtbl: *const IDWriteTextAnalysisSink1Vtbl
Implementations
impl IDWriteTextAnalysisSink1
[src]
pub unsafe fn SetGlyphOrientation(
&self,
textPosition: UINT32,
textLength: UINT32,
glyphOrientationAngle: DWRITE_GLYPH_ORIENTATION_ANGLE,
adjustedBidiLevel: UINT8,
isSideways: BOOL,
isRightToLeft: BOOL
) -> HRESULT
[src]
&self,
textPosition: UINT32,
textLength: UINT32,
glyphOrientationAngle: DWRITE_GLYPH_ORIENTATION_ANGLE,
adjustedBidiLevel: UINT8,
isSideways: BOOL,
isRightToLeft: BOOL
) -> HRESULT
Methods from Deref<Target = IDWriteTextAnalysisSink>
pub unsafe fn SetScriptAnalysis(
&self,
textPosition: UINT32,
textLength: UINT32,
scriptAnalysis: *const DWRITE_SCRIPT_ANALYSIS
) -> HRESULT
[src]
&self,
textPosition: UINT32,
textLength: UINT32,
scriptAnalysis: *const DWRITE_SCRIPT_ANALYSIS
) -> HRESULT
pub unsafe fn SetLineBreakpoints(
&self,
textPosition: UINT32,
textLength: UINT32,
lineBreakpoints: *const DWRITE_LINE_BREAKPOINT
) -> HRESULT
[src]
&self,
textPosition: UINT32,
textLength: UINT32,
lineBreakpoints: *const DWRITE_LINE_BREAKPOINT
) -> HRESULT
pub unsafe fn SetBidiLevel(
&self,
textPosition: UINT32,
textLength: UINT32,
explicitLevel: UINT8,
resolvedLevel: UINT8
) -> HRESULT
[src]
&self,
textPosition: UINT32,
textLength: UINT32,
explicitLevel: UINT8,
resolvedLevel: UINT8
) -> HRESULT
pub unsafe fn SetNumberSubstitution(
&self,
textPosition: UINT32,
textLength: UINT32,
numberSubstitution: *mut IDWriteNumberSubstitution
) -> HRESULT
[src]
&self,
textPosition: UINT32,
textLength: UINT32,
numberSubstitution: *mut IDWriteNumberSubstitution
) -> HRESULT
Trait Implementations
impl Deref for IDWriteTextAnalysisSink1
[src]
type Target = IDWriteTextAnalysisSink
The resulting type after dereferencing.
pub fn deref(&self) -> &IDWriteTextAnalysisSink
[src]
impl Interface for IDWriteTextAnalysisSink1
[src]
Auto Trait Implementations
impl !Send for IDWriteTextAnalysisSink1
[src]
impl !Sync for IDWriteTextAnalysisSink1
[src]
impl Unpin for IDWriteTextAnalysisSink1
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,