ITextFont2::GetEffects2 method (tom.h)
Gets the additional character format effects.
Syntax
HRESULT GetEffects2(
[out] long *pValue,
[out] long *pMask
);
Parameters
[out] pValue
Type: long*
A combination of the following character format flags.
tomAutoSpaceAlpha
tomAutoSpaceNumeric
tomAutoSpaceParens
tomDoublestrike
tomEmbeddedFont
tomModWidthPairs
tomModWidthSpace
tomOverlapping
[out] pMask
Type: long*
The differences in these flags over the range. Zero values indicate that the properties are the same over the range. For an insertion point, this value is always zero.
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 |