LoadFontFromMemory method
Load font from memory buffer, fileType refers to extension: i.e. '.ttf'
Implementation
FontC LoadFontFromMemory(Pointer<Char> fileType, Pointer<UnsignedChar> fileData, int dataSize, int fontSize, Pointer<Int> codepoints, int codepointCount)
=> _LoadFontFromMemory(fileType, fileData, dataSize, fontSize, codepoints, codepointCount);