Font.ttf constructor

Font.ttf(
  1. ByteData data
)

Implementation

factory Font.ttf(ByteData data) => TtfFont(data);