Skip to content

Latest commit

 

History

History
161 lines (130 loc) · 3.54 KB

nf-tom-itextfont-setoutline.md

File metadata and controls

161 lines (130 loc) · 3.54 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:tom.ITextFont.SetOutline
ITextFont::SetOutline (tom.h)
Sets whether characters are displayed as outlined characters.
ITextFont interface [Windows Controls]
SetOutline method
ITextFont.SetOutline
ITextFont::SetOutline
SetOutline
SetOutline method [Windows Controls]
SetOutline method [Windows Controls]
ITextFont interface
_win32_ITextFont_SetOutline
_win32_ITextFont_SetOutline_cpp
controls.ITextFont_SetOutline
controls._win32_ITextFont_SetOutline
tom/ITextFont::SetOutline
controls\ITextFont_SetOutline.htm
Controls
VS|Controls|~\controls\richedit\textobjectmodel\textobjectmodelreference\textobjectmodelinterfaces\setoutline.htm
12/05/2018
ITextFont interface [Windows Controls],SetOutline method, ITextFont.SetOutline, ITextFont::SetOutline, SetOutline, SetOutline method [Windows Controls], SetOutline method [Windows Controls],ITextFont interface, _win32_ITextFont_SetOutline, _win32_ITextFont_SetOutline_cpp, controls.ITextFont_SetOutline, controls._win32_ITextFont_SetOutline, tom/ITextFont::SetOutline
tom.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Msftedit.dll
Windows
19H1
ITextFont::SetOutline
tom/ITextFont::SetOutline
c++
APIRef
kbSyntax
COM
Msftedit.dll
ITextFont.SetOutline

ITextFont::SetOutline

-description

Sets whether characters are displayed as outlined characters.

-parameters

-param Value [in]

Type: long

A tomBool value that can be one of the following.

Value Meaning
tomTrue Characters are outlined.
tomFalse Characters are not outlined.
tomToggle Toggle the state of the Outline property.
tomUndefined The Outline property is undefined.

-returns

Type: HRESULT

If the method succeeds, it returns S_OK. If the method fails, it returns one of the following COM error codes. For more information about COM error codes, see Error Handling in COM.

Return code Description
E_INVALIDARG
Invalid argument.
CO_E_RELEASED
The font object is attached to a range that has been deleted.
E_ACCESSDENIED
Write access is denied.
E_OUTOFMEMORY
Insufficient memory.

-see-also

Conceptual

ITextFont

Reference

SetOutline

Text Object Model