GenericGlyphMetadata class

Metadata for a generic glyph.

Constructors

GenericGlyphMetadata({int? charCode, String? name, double? ratioX, double? ratioY, int? offset, String? preview})

Properties

charCode int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
getter/setter pair
offset int?
getter/setter pair
preview String?
base64 encoded image
getter/setter pair
ratioX double?
getter/setter pair
ratioY double?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copy() GenericGlyphMetadata
Deep copy
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