FcResult result;
if( !FcInit() )
{
- synfig::warning("lyr_freetype: fontconfig: %s",_("unable to initialise")));
+ synfig::warning("lyr_freetype: fontconfig: %s",_("unable to initialise"));
error = 1;
} else {
FcPattern* pat = FcNameParse((FcChar8 *) newfont.c_str());
error=FT_New_Face(ft_library,(const char*)file,face_index,&face);
FcFontSetDestroy(fs);
} else
- synfig::warning("lyr_freetype: fontconfig: %s",_("empty font set")));
+ synfig::warning("lyr_freetype: fontconfig: %s",_("empty font set"));
}
}
#endif