Re: [OpenJDK 2D-Dev] RFR: 8269806: Emoji rendering on Linux

2021-08-21 Thread Nikita Gubarkov
On Thu, 15 Jul 2021 17:29:01 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-

Re: [OpenJDK 2D-Dev] RFR: 8269806: Emoji rendering on Linux

2021-08-04 Thread Nikita Gubarkov
Can somebody take a look at this, please? https://github.com/openjdk/jdk/pull/4798

[OpenJDK 2D-Dev] RFR: 8269806: Emoji rendering on Linux

2021-07-15 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 hint -