IPXC_Document::CreateNewFont Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Contents
Syntax
HRESULT CreateNewFont([in] BSTR pFaceName, [in, optional] ULONG nFlags, [in, optional] ULONG nWeight, [out, retval] IPXC_Font** ppFont);
Parameters
- pFaceName
- [in] Value of BSTR.
- nFlags
- [in, optional] Value of ULONG.
- nWeight
- [in, optional] Value of ULONG.
- ppFont
- [out, retval] Pointer to IPXC_Font.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IPXC_Document.