TtfWriter class

Generate a TTF font copy with the minimal number of glyph to embed into the PDF document

https://opentype.js.org/ https://github.com/HinTak/Font-Validator

Constructors

TtfWriter(TtfParser ttf)
Create a TrueType Writer object

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ttf TtfParser
Original TrueType file
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
withChars(List<int> chars) Uint8List
Write this list of glyphs

Operators

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