Re: [OpenJDK 2D-Dev] [9] request for review: 8078382: Wrong glyph is displayed for a derived font

2015-07-16 Thread Phil Race
On 07/16/2015 06:08 AM, Andrew Brygin wrote: Hi Phil, another option to avoid the problem is to be a bit more specific regarding the required font when we obtaining lcd glyph from GDI. If we specify a particular name of the font which we used to construct the glyph vector, then we will

Re: [OpenJDK 2D-Dev] [9] request for review: 8078382: Wrong glyph is displayed for a derived font

2015-07-16 Thread Andrew Brygin
Hi Phil, another option to avoid the problem is to be a bit more specific regarding the required font when we obtaining lcd glyph from GDI. If we specify a particular name of the font which we used to construct the glyph vector, then we will get glyphs exactly for desired characters: http