Re: RFR: 8269806: Emoji rendering on Linux [v13]

2022-11-28 Thread Laurent Bourgès
On Tue, 27 Sep 2022 11:14:11 GMT, Nikita Gubarkov wrote: >> Nikita Gubarkov has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fix italic and bold styles for colored outline glyphs > > 💅 @YaaZ Could you merge with latest openjdk20 master t

Re: RFR: 8269806: Emoji rendering on Linux [v13]

2022-09-27 Thread Nikita Gubarkov
On Fri, 5 Aug 2022 12:59:48 GMT, Nikita Gubarkov wrote: >> It was implemented in JetBrains Runtime a year ago and was ported & >> refactored for this PR >> It includes: >> - Bitmap glyph loading via Freetype >> - Manual scaling & transformation of bitmap glyphs with nearest-neighbor or >> bilin

Re: RFR: 8269806: Emoji rendering on Linux [v13]

2022-08-05 Thread Nikita Gubarkov
> It was implemented in JetBrains Runtime a year ago and was ported & > refactored for this PR > It includes: > - Bitmap glyph loading via Freetype > - Manual scaling & transformation of bitmap glyphs with nearest-neighbor or > bilinear-mipmap style algorithms depending on the text antialiasing h