prepare method
Prepare the object to be written to the stream
Implementation
@override
void prepare() {
super.prepare();
if (font.unicode) {
_buildType0(params);
} else {
_buildTrueType(params);
}
}
Prepare the object to be written to the stream
@override
void prepare() {
super.prepare();
if (font.unicode) {
_buildType0(params);
} else {
_buildTrueType(params);
}
}