A_Open_ChineseFont method

int A_Open_ChineseFont(
  1. Pointer<Char> path
)

Implementation

int A_Open_ChineseFont(
  ffi.Pointer<ffi.Char> path,
) {
  return _A_Open_ChineseFont(
    path,
  );
}