On Mon, Jun 10, 2019 at 8:05 AM Triplex <[email protected]> wrote: > I was trying to enable Autofitter debugging in order to test horizontal and > vertical hinting in ftgrid. But defining the FT_DEBUG_AUTOFIT macro produces > undefined reference error for all the functions providing dumps of internal > autofit structures to stdout including other global variables. > > I already cross-checked if I'm using the correct version of the library and > if enabling `FT_DEBUG_AUTOFIT' actually exports the required global variables.
It is vice versa, you should build ftgrid with FT2_BUILD_LIBRARY so that it gets full access to FreeType internals. _______________________________________________ Freetype-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype-devel
