Typr_CFF class

Constructors

Typr_CFF.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 Properties

tableSE List<int>
getter/setter pair

Static Methods

getCharString(List<int> data, int offset, dynamic o) → void
glyphBySE(dynamic cff, int charcode) int
glyphByUnicode(dynamic cff, int code) int
parse(Uint8List buffer, int offset, int length) Map<String, dynamic>
readCharset(Uint8List data, int offset, int len) List
readCharString(Uint8List data, int offset, int length) List
readDict(Uint8List data, int offset, int end) → dynamic
readEncoding(Uint8List data, int offset, int len) List
readIndex(Uint8List data, int offset, List<int> inds) int
readSubrs(Uint8List data, int offset, Map obj) → void