Represents a common dialog box that displays a dialog to the user to choose a font from among those installed on the local computer.
| Windows | macOS | Gnome | |
|---|---|---|---|
| Light |
|
|
|
| Dark |
|
|
|
Public Static Methods | |
| static dialog_result | show (xtd::drawing::font &font) |
| Displays a font dialog box. | |
| static dialog_result | show (xtd::drawing::font &font, const font_box_options options) |
| Displays a font dialog box. | |
| static dialog_result | show (xtd::drawing::font &font, const iwin32_window &owner) |
| Displays a font dialog box in front of a specified window. | |
| static dialog_result | show (xtd::drawing::font &font, const iwin32_window &owner, const font_box_options options) |
| Displays a font dialog box in front of a specified window. | |
| static dialog_result | show (xtd::drawing::font &font, xtd::drawing::color &color) |
| Displays a font dialog box. | |
| static dialog_result | show (xtd::drawing::font &font, xtd::drawing::color &color, const font_box_options options) |
| Displays a font dialog box. | |
| static dialog_result | show (xtd::drawing::font &font, xtd::drawing::color &color, const iwin32_window &owner) |
| Displays a font dialog box in front of a specified window. | |
| static dialog_result | show (xtd::drawing::font &font, xtd::drawing::color &color, const iwin32_window &owner, const font_box_options options) |
| Displays a font dialog box in front of a specified window. | |
|
static |
Displays a font dialog box.
| font | An output xtd::drawing::font that will store the selected font. |
|
static |
Displays a font dialog box.
| font | An output xtd::drawing::font that will store the selected font. |
| options | A bitwise combination of enum xtd::forms::font_box_options to specify additional options to the font dialog box. |
|
static |
Displays a font dialog box in front of a specified window.
| font | An output xtd::drawing::font that will store the selected font. |
| owner | An xtd::forms::iwin32_window that represents the owner window of the font dialog box. |
|
static |
Displays a font dialog box in front of a specified window.
| font | An output xtd::drawing::font that will store the selected font. |
| owner | An xtd::forms::iwin32_window that represents the owner window of the font dialog box. |
| options | A bitwise combination of enum xtd::forms::font_box_options to specify additional options to the font dialog box. |
|
static |
Displays a font dialog box.
| font | An output xtd::drawing::font that will store the selected font. |
| color | An output xtd::drawing::color that will store the selected font color. |
|
static |
Displays a font dialog box.
| font | An output xtd::drawing::font that will store the selected font. |
| color | An output xtd::drawing::color that will store the selected font color. |
| options | A bitwise combination of enum xtd::forms::font_box_options to specify additional options to the font dialog box. |
|
static |
Displays a font dialog box in front of a specified window.
| font | An output xtd::drawing::font that will store the selected font. |
| color | An output xtd::drawing::color that will store the selected font color. |
| owner | An xtd::forms::iwin32_window that represents the owner window of the font dialog box. |
|
static |
Displays a font dialog box in front of a specified window.
| font | An output xtd::drawing::font that will store the selected font. |
| color | An output xtd::drawing::color that will store the selected font color. |
| owner | An xtd::forms::iwin32_window that represents the owner window of the font dialog box. |
| options | A bitwise combination of enum xtd::forms::font_box_options to specify additional options to the font dialog box. |