IPXC_Font::GetGlyphShape Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetGlyphShape([in]           ULONG               nGlyph,
                      [out, retval]  IPXC_ContentItem**  pShape);

Parameters

nGlyph
[in] Value of ULONG.
pShape
[out, retval] Pointer to IPXC_ContentItem.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXC_Font