ITextRange2::GetFont2 method (tom.h)
Gets an ITextFont2 object with the character attributes of the current range.
Syntax
HRESULT GetFont2(
[out, retval] ITextFont2 **ppFont
);
Parameters
[out, retval] ppFont
Type: ITextFont2**
The ITextFont2 object.
Return value
Type: HRESULT
If the method succeeds, it returns NOERROR. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Target Platform | Windows |
Header | tom.h |
DLL | Msftedit.dll |