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

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

Fields

lpVtbl: *const IDWriteTextAnalysisSource1Vtbl

Methods

impl IDWriteTextAnalysisSource1[src]

pub unsafe fn GetVerticalGlyphOrientation(
    &self,
    textPosition: UINT32,
    textLength: *mut UINT32,
    glyphOrientation: *mut DWRITE_VERTICAL_GLYPH_ORIENTATION,
    bidiLevel: *mut UINT8
) -> HRESULT
[src]

Methods from Deref<Target = IDWriteTextAnalysisSource>

pub unsafe fn GetTextAtPosition(
    &self,
    textPosition: UINT32,
    textString: *mut *const WCHAR,
    textLength: *mut UINT32
) -> HRESULT
[src]

pub unsafe fn GetTextBeforePosition(
    &self,
    textPosition: UINT32,
    textString: *mut *const WCHAR,
    textLength: *mut UINT32
) -> HRESULT
[src]

pub unsafe fn GetParagraphReadingDirection(&self) -> DWRITE_READING_DIRECTION[src]

pub unsafe fn GetLocaleName(
    &self,
    textPosition: UINT32,
    textLength: *mut UINT32,
    localeName: *mut *const WCHAR
) -> HRESULT
[src]

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

Trait Implementations

impl Interface for IDWriteTextAnalysisSource1[src]

impl Deref for IDWriteTextAnalysisSource1[src]

type Target = IDWriteTextAnalysisSource

The resulting type after dereferencing.

Auto Trait Implementations

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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