Make linker happy.
This commit is contained in:
parent
17efe0601b
commit
09a0483028
2 changed files with 8 additions and 0 deletions
|
@ -345,4 +345,6 @@ stroker::~stroker()
|
|||
FT_Stroker_Done(s_);
|
||||
}
|
||||
|
||||
template class face_manager<freetype_engine>;
|
||||
|
||||
}
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue