IPXC_Font::FontInfo Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''FontInfo''' of interface [[PXV:IPXC_Font|IPXC_Font]] returns  Pointer to [[PXV:IPXC_DocFontsInfo|IPXC_DocFontsInfo]] ...
+
Property '''pFontInfo''' of interface [[PXV:IPXC_Font|IPXC_Font]] returns  Pointer to [[PXV:IPXC_DocFontsInfo|IPXC_DocFontsInfo]] ...
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 03:28, 15 June 2015


Property pFontInfo of interface IPXC_Font returns Pointer to IPXC_DocFontsInfo ...

Syntax

HRESULT get_FontInfo([out, retval]  IPXC_DocFontsInfo**  pFontInfo);

See Also

IPXC_Font