SpWMLFontStyleParams class

(en) Font settings assigned to individual elements for SpWML font style version 3. (ja) SpWMLのフォントスタイルバージョン3に関して、個別の要素に割り当てられるフォントの設定です。

Author Masahide Mori

First edition creation date 2023-04-15 18:18:13

Constructors

SpWMLFontStyleParams({double? mT, String? textColor, String? textBGColor, double? fontSize, EnumFontWeight? fontWeight = EnumFontWeight.w400, EnumFontStyle? fontStyle, double? letterSpacing, double? wordSpacing, EnumTextDecoration? textDeco, EnumTextDecorationStyle? textDecoStyle, String? textDecoColor, double? textDecoThickness, String? fontFamily = "Roboto", double? lineHeight})
Constructor

Properties

fontFamily String?
getter/setter pair
fontSize double?
getter/setter pair
fontStyle EnumFontStyle?
getter/setter pair
fontWeight EnumFontWeight?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
letterSpacing double?
getter/setter pair
lineHeight double?
getter/setter pair
mT double?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textBGColor String?
getter/setter pair
textColor String?
getter/setter pair
textDeco EnumTextDecoration?
getter/setter pair
textDecoColor String?
getter/setter pair
textDecoStyle EnumTextDecorationStyle?
getter/setter pair
textDecoThickness double?
getter/setter pair
wordSpacing double?
getter/setter pair

Methods

deepCopy() SpWMLFontStyleParams
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDict() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromDict(Map<String, dynamic> src) SpWMLFontStyleParams

Constants

className → const String
version → const String