Skip to content

Latest commit

 

History

History
78 lines (61 loc) · 2.59 KB

nf-dwrite-idwritetextlayout-setstrikethrough.md

File metadata and controls

78 lines (61 loc) · 2.59 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:dwrite.IDWriteTextLayout.SetStrikethrough
IDWriteTextLayout::SetStrikethrough (dwrite.h)
Sets strikethrough for text within a specified text range.
IDWriteTextLayout interface [Direct Write]
SetStrikethrough method
IDWriteTextLayout.SetStrikethrough
IDWriteTextLayout::SetStrikethrough
SetStrikethrough
SetStrikethrough method [Direct Write]
SetStrikethrough method [Direct Write]
IDWriteTextLayout interface
directwrite.IDWriteTextLayout_SetStrikethrough
dwrite/IDWriteTextLayout::SetStrikethrough
directwrite\IDWriteTextLayout_SetStrikethrough.htm
DirectWrite
650063e7-186e-493f-8e06-5466cc69e3f3
12/05/2018
IDWriteTextLayout interface [Direct Write],SetStrikethrough method, IDWriteTextLayout.SetStrikethrough, IDWriteTextLayout::SetStrikethrough, SetStrikethrough, SetStrikethrough method [Direct Write], SetStrikethrough method [Direct Write],IDWriteTextLayout interface, directwrite.IDWriteTextLayout_SetStrikethrough, dwrite/IDWriteTextLayout::SetStrikethrough
dwrite.h
Windows
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps \| UWP apps]
Dwrite.lib
Dwrite.dll
Windows
19H1
IDWriteTextLayout::SetStrikethrough
dwrite/IDWriteTextLayout::SetStrikethrough
c++
APIRef
kbSyntax
COM
dwrite.dll
IDWriteTextLayout.SetStrikethrough

IDWriteTextLayout::SetStrikethrough

-description

Sets strikethrough for text within a specified text range.

-parameters

-param hasStrikethrough

Type: BOOL

A Boolean flag that indicates whether strikethrough takes place in the range specified by textRange.

-param textRange

Type: DWRITE_TEXT_RANGE

Text range to which this change applies.

-returns

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-see-also

IDWriteTextLayout