[Fontconfig] Problem related to FT_GlyphSlot_Embolden

Patrick Lam plam at MIT.EDU
Thu Feb 23 14:09:21 PST 2006


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


More information about the Fontconfig mailing list