[][src]Struct winapi::um::dwrite_1::IDWriteTextAnalysisSink1

#[repr(C)]
pub struct IDWriteTextAnalysisSink1 { pub lpVtbl: *const IDWriteTextAnalysisSink1Vtbl, }

Fields

lpVtbl: *const IDWriteTextAnalysisSink1Vtbl

Methods

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]

Methods from Deref<Target = IDWriteTextAnalysisSink>

pub unsafe fn SetScriptAnalysis(
    &self,
    textPosition: UINT32,
    textLength: UINT32,
    scriptAnalysis: *const DWRITE_SCRIPT_ANALYSIS
) -> HRESULT
[src]

pub unsafe fn SetLineBreakpoints(
    &self,
    textPosition: UINT32,
    textLength: UINT32,
    lineBreakpoints: *const DWRITE_LINE_BREAKPOINT
) -> HRESULT
[src]

pub unsafe fn SetBidiLevel(
    &self,
    textPosition: UINT32,
    textLength: UINT32,
    explicitLevel: UINT8,
    resolvedLevel: UINT8
) -> HRESULT
[src]

pub unsafe fn SetNumberSubstitution(
    &self,
    textPosition: UINT32,
    textLength: UINT32,
    numberSubstitution: *mut IDWriteNumberSubstitution
) -> HRESULT
[src]

Trait Implementations

impl Interface for IDWriteTextAnalysisSink1[src]

impl Deref for IDWriteTextAnalysisSink1[src]

type Target = IDWriteTextAnalysisSink

The resulting type after dereferencing.

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]