Typr_U class

Constructors

Typr_U.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

applySubs(List<int> gls, int ci, Map<String, dynamic> tab, List<Map<String, dynamic>> llist) → void
codeToGlyph(Font font, int code) int
getPairAdjustment(Font font, dynamic g1, dynamic g2) num
glyphsToPath(Font font, dynamic gls, dynamic clr) Map<String, dynamic>
glyphToPath(Font font, dynamic gid) Map<String, dynamic>
pathToContext(dynamic path, dynamic ctx) → void
pathToSVG(dynamic path, dynamic prec) String
stringToGlyphs(Font font, String str) List<int>