ExportFontAsCode function

  1. @Native<Bool Function(Font, Pointer<Char>)>(Font, ffi.Pointer<ffi.Char>)>()
bool ExportFontAsCode(
  1. Font font,
  2. Pointer<Char> fileName
)

Implementation

@ffi.Native<ffi.Bool Function(Font, ffi.Pointer<ffi.Char>)>()
external bool ExportFontAsCode(Font font, ffi.Pointer<ffi.Char> fileName);