IUIX_Inst::CreateFontFromHandle Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 5: | Line 5: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT CreateFontFromHandle([in] | + | <pre class="brush:cpp;gutter:false">HRESULT CreateFontFromHandle([in] HANDLE_T hFont, [in, optional] double nNewFontSize, [in, optional] LONG nFlags, [in, optional] LONG nFlagsMask, [out, retval] IUIX_Font** ppFont);</pre> |
== Parameters == | == Parameters == | ||
− | ;'' | + | ;''hFont'' |
− | :[in] Value of | + | :[in] Value of HANDLE_T. |
;''nNewFontSize'' | ;''nNewFontSize'' | ||
:[in, optional] Value of double. | :[in, optional] Value of double. |
Revision as of 22:13, 13 April 2015
The method of interface of PDF-XChange Editor SDK.
Contents
Syntax
HRESULT CreateFontFromHandle([in] HANDLE_T hFont, [in, optional] double nNewFontSize, [in, optional] LONG nFlags, [in, optional] LONG nFlagsMask, [out, retval] IUIX_Font** ppFont);
Parameters
- hFont
- [in] Value of HANDLE_T.
- nNewFontSize
- [in, optional] Value of double.
- nFlags
- [in, optional] Value of LONG.
- nFlagsMask
- [in, optional] Value of LONG.
- ppFont
- [out, retval] Pointer to IUIX_Font.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IUIX_Inst.