Hi,

I have now added code to uncompress the Brotli-compressed stream.
Right now, I'm allocating the required memory for the stream, and
storing the output in an FT_Byte array (`uncompressed_buf'). How do I
create an `FT_Stream' from this so that I can read it using the
`FT_READ_XXX' macros? I tried using `FT_Stream_OpenMemory'  but that
gives me segmentation faults.

Also, is this the right way of doing it? Is there some other way I can
read the buffer?


--
Nikhil

_______________________________________________
Freetype-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to