On Mon, Jul 8, 2019 at 7:58 AM Moazin Khatri <[email protected]> wrote: >> >> This is how it is supposed to work >> FT_Render_Glyph_Internal loops though all renderers that support >> slot->format [...] > > > Hi Alexei, I removed the unnecessary code from > `FT_Render_Glyph_Internal' and it's back in its original > form. Everything worked great.
Outstanding! > Everything works, but the build process > is hackish. > > What would be the right way to do the following things: > > 1. Provide the necessary `*.h' file of the `resvg' library > when the SVG module is being compiled. > 2. When the shared library is being built, declare > `libresvg' as a dependency. AC_CHECK_LIB? I am not sure but t the module needs to be compiled and included in modules.cfg conditionally Werner knows how to enable modules better. _______________________________________________ Freetype-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype-devel
