pub struct FontDialog { /* private fields */ }
Expand description
The Font dialog box lets the user choose attributes for a logical font, such as font family and associated font style, point size, effects (underline, strikeout), and a script (or character set).
Implementations§
Source§impl FontDialog
impl FontDialog
pub fn builder() -> FontDialogBuilder
Trait Implementations§
Source§impl Default for FontDialog
impl Default for FontDialog
Source§fn default() -> FontDialog
fn default() -> FontDialog
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for FontDialog
impl !RefUnwindSafe for FontDialog
impl !Send for FontDialog
impl !Sync for FontDialog
impl Unpin for FontDialog
impl UnwindSafe for FontDialog
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more