Make linker happy.

This commit is contained in:
Hermann Kraus 2012-07-08 17:45:19 +02:00
parent 17efe0601b
commit 09a0483028
2 changed files with 8 additions and 0 deletions

View file

@ -345,4 +345,6 @@ stroker::~stroker()
FT_Stroker_Done(s_);
}
template class face_manager<freetype_engine>;
}

View file

@ -247,6 +247,12 @@ void text_symbolizer_helper<FaceManagerT, DetectorT>::initialize_points()
point_itr_ = points_.begin();
}
template <typename FaceManagerT, typename DetectorT>
void text_symbolizer_helper<FaceManagerT, DetectorT>::update_detector(glyph_positions_ptr glyphs)
{
//TODO
}
template <typename FaceManagerT, typename DetectorT>
bool text_symbolizer_helper<FaceManagerT, DetectorT>::next_placement()