GetFontDetails class

Constructors

GetFontDetails({ScriptCode? script, required GenericFamily genericFamily})
GetFontDetails.fromJS(GetFontDetails _wrapped)

Properties

genericFamily GenericFamily
The generic font family for which the font should be retrieved.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
script ScriptCode?
The script for which the font should be retrieved. If omitted, the font setting for the global script (script code "Zyyy") is retrieved.
getter/setter pair
toJS → GetFontDetails
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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