FontDialog

Constructors

this
this()
Undocumented in source.

Members

Functions

allowVectorFonts
bool allowVectorFonts()
hookProc
LRESULT hookProc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam)
Undocumented in source. Be warned that the author may not have intended to support it.
onApply
void onApply(EventArgs ea)
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
runDialog
bool runDialog(HWND owner)
Undocumented in source. Be warned that the author may not have intended to support it.
showDialog
DialogResult showDialog()
Undocumented in source. Be warned that the author may not have intended to support it.
showDialog
DialogResult showDialog(IWindow owner)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

allowSimulations
bool allowSimulations [@property setter]
bool allowSimulations [@property getter]
allowVectorFonts
bool allowVectorFonts [@property setter]
allowVerticalFonts
bool allowVerticalFonts [@property setter]
bool allowVerticalFonts [@property getter]
color
Color color [@property setter]
Color color [@property getter]
fixedPitchOnly
bool fixedPitchOnly [@property setter]
bool fixedPitchOnly [@property getter]
font
Font font [@property setter]
Font font [@property getter]
fontMustExist
bool fontMustExist [@property setter]
bool fontMustExist [@property getter]
maxSize
int maxSize [@property setter]
int maxSize [@property getter]
minSize
int minSize [@property setter]
int minSize [@property getter]
scriptsOnly
bool scriptsOnly [@property setter]
bool scriptsOnly [@property getter]
showApply
bool showApply [@property setter]
bool showApply [@property getter]
showEffects
bool showEffects [@property setter]
bool showEffects [@property getter]
showHelp
bool showHelp [@property setter]
bool showHelp [@property getter]

Variables

apply
EventHandler apply;

Inherited Members

From CommonDialog

reset
void reset()
showDialog
DialogResult showDialog()
DialogResult showDialog(IWindow owner)
helpRequest
Event!(CommonDialog, HelpEventArgs) helpRequest;
hookProc
LRESULT hookProc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam)
onHelpRequest
void onHelpRequest(HelpEventArgs ea)
runDialog
bool runDialog(HWND owner)
_cantrun
void _cantrun()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta