ExportFontAsCode abstract method

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

Export font as code file, returns true on success

Implementation

bool ExportFontAsCode(
  FontStructType font,
  String fileName,
);