opengl32: Fix outline-font glyphs rendering with incorrect front faces.

This commit is contained in:
Sam Edwards 2012-10-29 04:06:45 +00:00 committed by Alexandre Julliard
parent 7bfd634286
commit a428416a8a
1 changed files with 1 additions and 0 deletions

View File

@ -1399,6 +1399,7 @@ static BOOL wglUseFontOutlines_common(HDC hdc,
}
funcs->gl.p_glNewList(listBase++, GL_COMPILE);
funcs->gl.p_glFrontFace(GL_CW);
pgluTessBeginPolygon(tess, NULL);
pph = (TTPOLYGONHEADER*)buf;