decode static method

Font? decode(
  1. Uint8List bytes
)

Implementation

static Font? decode(Uint8List bytes) {
  return decodeFont(bytes);
}