> > I haven't read the entire thread carefully. However I want to point out > that how the SVG library allocates and frees memory is its own business and > should NOT be tied to FreeType memory routines. > > You still need to negotiate the bitmap allocation though. >
Good point. I agree here. All memory allocations except the bitmap should be handled from the library side, away from FreeType memory routines. I should make the necessary changes soon.
_______________________________________________ Freetype-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype-devel
