ChromeFontSettings class
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAvailable → bool
-
no setter
-
onDefaultFixedFontSizeChanged
→ EventStream<
OnDefaultFixedFontSizeChangedDetails> -
Fired when the default fixed font size setting changes.
no setter
-
onDefaultFontSizeChanged
→ EventStream<
OnDefaultFontSizeChangedDetails> -
Fired when the default font size setting changes.
no setter
-
onFontChanged
→ EventStream<
OnFontChangedDetails> -
Fired when a font setting changes.
no setter
-
onMinimumFontSizeChanged
→ EventStream<
OnMinimumFontSizeChangedDetails> -
Fired when the minimum font size setting changes.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clearDefaultFixedFontSize(
ClearDefaultFixedFontSizeDetails? details) → Future< void> -
Clears the default fixed font size set by this extension, if any.
details
This parameter is currently unused. -
clearDefaultFontSize(
ClearDefaultFontSizeDetails? details) → Future< void> -
Clears the default font size set by this extension, if any.
details
This parameter is currently unused. -
clearFont(
ClearFontDetails details) → Future< void> - Clears the font set by this extension, if any.
-
clearMinimumFontSize(
ClearMinimumFontSizeDetails? details) → Future< void> -
Clears the minimum font size set by this extension, if any.
details
This parameter is currently unused. -
getDefaultFixedFontSize(
GetDefaultFixedFontSizeDetails? details) → Future< GetDefaultFixedFontSizeCallbackDetails> -
Gets the default size for fixed width fonts.
details
This parameter is currently unused. -
getDefaultFontSize(
GetDefaultFontSizeDetails? details) → Future< GetDefaultFontSizeCallbackDetails> -
Gets the default font size.
details
This parameter is currently unused. -
getFont(
GetFontDetails details) → Future< GetFontCallbackDetails> - Gets the font for a given script and generic font family.
-
getFontList(
) → Future< List< FontName> > - Gets a list of fonts on the system.
-
getMinimumFontSize(
GetMinimumFontSizeDetails? details) → Future< GetMinimumFontSizeCallbackDetails> -
Gets the minimum font size.
details
This parameter is currently unused. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setDefaultFixedFontSize(
SetDefaultFixedFontSizeDetails details) → Future< void> - Sets the default size for fixed width fonts.
-
setDefaultFontSize(
SetDefaultFontSizeDetails details) → Future< void> - Sets the default font size.
-
setFont(
SetFontDetails details) → Future< void> - Sets the font for a given script and generic font family.
-
setMinimumFontSize(
SetMinimumFontSizeDetails details) → Future< void> - Sets the minimum font size.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited