Mark Schickedantz wrote: > What library is supposed to provide FT_GlyphSlot_Embolden and how do I tell > cairo or dia where to link to it? FT_GlyphSlot_Embolden is provided by freetype: ./freetype-2.1.10/src/base/ftsynth.c: FT_GlyphSlot_Embolden( FT_GlyphSlot slot ) So I guess you need to make sure that -lfreetype or whatever comes before -lcairo. Let me know if that works. pat _______________________________________________ Fontconfig mailing list Fontconfig@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/fontconfig