I'm currently trying to extract vectors from TTF fonts with freetype (via outline.points[].x or outline.points[].y). But the problem is that sometimes, those vectors give me ugly chars. Is there any possibilty to extract more vectors from the TTF (to increase resolution) or must i use bitmap and get vectors by myself?