Hi Vincent,
It appears that this is not defined at link time:
avs::text::Font::Font(_STL::basic_string<char, _STL::char_traits<char>, _STL::allocator<char> > const&, int)
Check your build process to make sure the source file which contains that routine is defined, and included in the compile, and being linked in.
HTH, --Eljay