Skip to content

Latest commit

 

History

History
116 lines (88 loc) · 2.69 KB

nf-tom-itextfont-getsize.md

File metadata and controls

116 lines (88 loc) · 2.69 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.GetSize
ITextFont::GetSize (tom.h)
Gets the font size. (ITextFont.GetSize)
GetSize
GetSize method [Windows Controls]
GetSize method [Windows Controls]
ITextFont interface
ITextFont interface [Windows Controls]
GetSize method
ITextFont.GetSize
ITextFont::GetSize
_win32_ITextFont_GetSize
_win32_ITextFont_GetSize_cpp
controls.ITextFont_GetSize
controls._win32_ITextFont_GetSize
tom/ITextFont::GetSize
controls\ITextFont_GetSize.htm
Controls
VS|Controls|~\controls\richedit\textobjectmodel\textobjectmodelreference\textobjectmodelinterfaces\getsize.htm
12/05/2018
GetSize, GetSize method [Windows Controls], GetSize method [Windows Controls],ITextFont interface, ITextFont interface [Windows Controls],GetSize method, ITextFont.GetSize, ITextFont::GetSize, _win32_ITextFont_GetSize, _win32_ITextFont_GetSize_cpp, controls.ITextFont_GetSize, controls._win32_ITextFont_GetSize, tom/ITextFont::GetSize
tom.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Msftedit.dll
Windows
19H1
ITextFont::GetSize
tom/ITextFont::GetSize
c++
APIRef
kbSyntax
COM
Msftedit.dll
ITextFont.GetSize

ITextFont::GetSize

-description

Gets the font size.

-parameters

-param pValue

Type: float*

The font size, in floating-point points.

-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.

-see-also

Conceptual

ITextFont

Reference

SetSize

Text Object Model