Method XbpFontDialog():create() Foundation

Requests the font dialog from the operating system.

Syntax
:create( [<oParent>]  , ;
         [<oOwner>]   , ;
         [<oScreenPS>], ;
         [<oPrintPS>] , ;
         [<aPos>]       ) --> self
Parameters
<...>
The parameters for :create() are identical to the parameters for the :new() method (see the :new() method for descriptions of these parameters). The values specified in :new() are used as the default values for the parameters passed to :create().
Return

This method returns the object executing the method (self).

Description

The :create() method requests the font dialog from the operating system and configures the dialog according to the values of the XbpFontDialog object's instance variables.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.