LoadFontFromMemory method
Implementation
FontC LoadFontFromMemory(
Pointer<Char> fileType,
Pointer<UnsignedChar> fileData,
int dataSize,
int fontSize,
Pointer<Int> codepoints,
int codepointCount,
) {
return _LoadFontFromMemory(
fileType,
fileData,
dataSize,
fontSize,
codepoints,
codepointCount,
);
}