TtfFont constructor

TtfFont(
  1. ByteData data, {
  2. bool protect = false,
})

Implementation

TtfFont(this.data, {this.protect = false});