|
ReactOS 0.4.17-dev-934-g091855f
|


Public Member Functions | |
| HRESULT | SetScriptAnalysis ([in] UINT32 position, [in] UINT32 length, [in] DWRITE_SCRIPT_ANALYSIS const *scriptanalysis) |
| HRESULT | SetLineBreakpoints ([in] UINT32 position, [in] UINT32 length, [in] DWRITE_LINE_BREAKPOINT const *breakpoints) |
| HRESULT | SetBidiLevel ([in] UINT32 position, [in] UINT32 length, [in] UINT8 explicitLevel, [in] UINT8 resolvedLevel) |
| HRESULT | SetNumberSubstitution ([in] UINT32 position, [in] UINT32 length, [in] IDWriteNumberSubstitution *substitution) |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
Additional Inherited Members | |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Definition at line 1399 of file dwrite.idl.
| HRESULT IDWriteTextAnalysisSink::SetBidiLevel | ( | [in] UINT32 | position, |
| [in] UINT32 | length, | ||
| [in] UINT8 | explicitLevel, | ||
| [in] UINT8 | resolvedLevel | ||
| ) |
| HRESULT IDWriteTextAnalysisSink::SetLineBreakpoints | ( | [in] UINT32 | position, |
| [in] UINT32 | length, | ||
| [in] DWRITE_LINE_BREAKPOINT const * | breakpoints | ||
| ) |
| HRESULT IDWriteTextAnalysisSink::SetNumberSubstitution | ( | [in] UINT32 | position, |
| [in] UINT32 | length, | ||
| [in] IDWriteNumberSubstitution * | substitution | ||
| ) |
| HRESULT IDWriteTextAnalysisSink::SetScriptAnalysis | ( | [in] UINT32 | position, |
| [in] UINT32 | length, | ||
| [in] DWRITE_SCRIPT_ANALYSIS const * | scriptanalysis | ||
| ) |