[Mesa-dev] [PATCH] wgl: Rudimentary wglUseFontBitmaps sample.

2016-01-06 Thread Jose Fonseca
It uses SYSTEM_FONT which actually creates some challenges when emulating wglUseFontBitmaps: in spite what https://msdn.microsoft.com/en-us/library/windows/desktop/dd374392.aspx implies, GetGlyphOutline(GGO_BITMAP) does not seem to work with certain fonts. The only solution is to draw the font

Re: [Mesa-dev] [PATCH] wgl: Rudimentary wglUseFontBitmaps sample.

2016-01-06 Thread Brian Paul
The copyright line could be bumped to 2016. Reviewed-by: Brian Paul On 01/06/2016 09:21 AM, Jose Fonseca wrote: It uses SYSTEM_FONT which actually creates some challenges when emulating wglUseFontBitmaps: in spite what