RFR: 8269806: Emoji rendering on Linux [v12]

Nikita Gubarkov duke at openjdk.org
Thu Aug 4 08:43:00 UTC 2022


On Wed, 3 Aug 2022 09:51:22 GMT, Alexey Ushakov <avu at openjdk.org> wrote:

>> Nikita Gubarkov has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix rotated text metrics
>
> src/java.desktop/share/classes/sun/font/StandardGlyphVector.java line 1835:
> 
>> 1833: 
>> 1834:         void appendGlyphRenderData(int glyphID, GlyphRenderData result, float x, float y) {
>> 1835:             // !!! fontStrike needs a method for this.  For that matter, GeneralPath does.
> 
> It's better to use well known "TODO" here

That was just copied from `appendGlyphOutline` above :)

-------------

PR: https://git.openjdk.org/jdk/pull/4798



More information about the client-libs-dev mailing list