Commit a428416a authored by Sam Edwards's avatar Sam Edwards Committed by Alexandre Julliard

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

parent 7bfd6342
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment