Dear list, I have a project that I am porting to macOS that uses the GTK+ stack, specifically pango+cairo+fontconfig.
The code relies on being able to create `FcConfig' (fontconfig) objects and call `pango_fc_font_map_set_config' to bind them to pango. After following the build steps on the wiki <https://wiki.gnome.org/Projects/GTK+/OSX/Building>, I found that the built product did not include the fontconfig libraries or headers, or the interop header files for pango. I was expecting to find `fontconfig/fontconfig.h' and `pango/pangofc-fontmap.h'. Is there a build setting that I must alter/add to target fontconfig? Jeff.
_______________________________________________ Gtk-osx-devel-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gtk-osx-devel-list
