I'm trying to port nvpr_font_file demo to Pascal. All works fine, except
both command cause GL_INVALID_OPERATION.Code :glPathParameteriNV(pathTemplate, GL_PATH_STROKE_WIDTH_NV, 50); glPathParameteriNV(pathTemplate, GL_PATH_JOIN_STYLE_NV, GL_ROUND_NV);
In this time I can't check, but may be is this due to lack of library freetype6.dll in project folder? How it interact with application?



