ExportFontAsCode function

bool ExportFontAsCode(
  1. FontD font,
  2. String fileName
)

Implementation

bool ExportFontAsCode(
  FontD font,
  String fileName,
) => _module.ExportFontAsCode(font, fileName);