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_);
|
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();
|
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>
|
template <typename FaceManagerT, typename DetectorT>
|
||||||
bool text_symbolizer_helper<FaceManagerT, DetectorT>::next_placement()
|
bool text_symbolizer_helper<FaceManagerT, DetectorT>::next_placement()
|
||||||
|
|
Loading…
Add table
Reference in a new issue