enable icon indicating copy to clipboard operation
enable copied to clipboard

Remove vendored FreeType from Kiva Agg backend

Open jwiggins opened this issue 3 years ago • 2 comments

Kiva's Agg backend includes FreeType 2.3.12 as a vendored dependency. This version is ~11 years old at this point.

Given the issues we've already had with symbol clashes from the vendored Agg code, it's probably a good idea to link FreeType as a shared library. This is already being done by EDM for matplotlib, so we could even use the same version.

#74 might be related

jwiggins avatar Jan 27 '21 09:01 jwiggins