SpWMLFontStyleManager class

(en) A manager class for setting default values for font styles that works as a singleton.

(ja) シングルトンで動作する、フォントスタイルのデフォルト値を設定するためのマネージャクラスです。

Author Masahide Mori

First edition creation date 2023-04-22 14:46:59

Constructors

SpWMLFontStyleManager()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style SpWMLFontStyle
getter/setter pair
useMaterial3 bool
getter/setter pair

Methods

changeStyle(SpWMLFontStyle style) → void
(en) Change the default style.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setUseMaterial3(bool useMaterial3) → void
(en) Additional settings for Material 3. Enabling Material 3 mode internally works around some issues that occur with Material 3. However, some parameters become invalid, so disable them in some cases. Disabled by default.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited