IUIX_Dialog::Font Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Dialog::Font Property}}
 
{{#customTitle:IUIX_Dialog::Font Property}}
{{#parentPage:PXV:IUIX_Dialog|Font Property|property}}
+
{{#parentPage:PXV:IUIX_Dialog#Properties|Font Property|property}}
 
{{ToReview}}
 
{{ToReview}}
  

Revision as of 22:30, 21 May 2015


Gets/sets text font of a dialog via IUIX_Font interface.

Syntax

HRESULT get_Font([out, retval]  IUIX_Font**  ppFont);
HRESULT put_Font([in]  IUIX_Font*  ppFont);

See Also

IUIX_Dialog.