A_Open_ChineseFont method

int A_Open_ChineseFont(
  1. String path
)

Implementation

int A_Open_ChineseFont(
  String path,
) {
  return _A_Open_ChineseFont(
    path.toNativeUtf8().cast<ffi.Int8>(),
  );
}