TYPRFont class

Inheritance

Constructors

TYPRFont(dynamic data)

Properties

data Map<String, dynamic>
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
isFont bool
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
getter/setter pairinherited

Methods

createPath(String char, num scale, num offsetX, num offsetY, dynamic data) Map<String, dynamic>
createPaths(String text, num size, Map<String, dynamic> data) List<ShapePath>
createPaths2(String text, num size, Map<String, dynamic> data) Map<String, dynamic>
dispose() → dynamic
generateShapes(dynamic text, {double size = 100}) List<Shape>
override
generateShapes2(dynamic text, {int size = 100}) Map<String, dynamic>
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