i think this build is not compiled with freetype library.
i referenced cairo in a project where freetype Library is also used.
i was used freetype to load font into cairo, using below code
before it was pointing error in the file cairo-ft.h (line 115)
error Cairo was not compiled with support for the freetype font backend
now , i'm getting compiler error,
LNK2019 unresolved external symbol "struct_cairo_font_face _cdecl cairo_ft_fony_face_create_for_ft(struct FT FaceRec,int)" (?cairo_ft_fony_face_create_for_ft@@YAPAU_cario_font_face@@PAUFTFaceREcc@@H@Z) referenced in function "public:_thiscall cairoText::cairoText(Void)"(??0cairoText@@QAE@XZ)
below is the code for putting text on imageusing cairo
i think this build is not compiled with freetype library. i referenced cairo in a project where freetype Library is also used. i was used freetype to load font into cairo, using below code
before it was pointing error in the file cairo-ft.h (line 115)
now , i'm getting compiler error,
below is the code for putting text on imageusing cairo
how to build cairo with freetype library support? Thanks & Regards.