+\membersection{wxFontDialog::wxFontDialog}\label{wxfontdialogctor}
+
+\func{}{wxFontDialog}{\void}
+
+\func{}{wxFontDialog}{\param{wxWindow* }{parent}}
+
+\func{}{wxFontDialog}{\param{wxWindow* }{parent}, \param{const wxFontData\& }{data}}
+
+Constructor. Pass a parent window, and optionally the
+\helpref{font data}{wxfontdata} object to be used to initialize the dialog
+controls. If the default constructor is used,
+\helpref{Create()}{wxfontdialogcreate} must be called before the dialog can be
+shown.