RFR: 8269806: Emoji rendering on Linux [v12]
Nikita Gubarkov
duke at openjdk.org
Thu Aug 4 08:38:03 UTC 2022
On Wed, 3 Aug 2022 09:48:58 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/macosx/classes/sun/font/CCompositeGlyphMapper.java line 67:
>
>> 65: protected int convertToGlyph(int unicode) {
>> 66: int glyph = convertToGlyph(unicode, 0);
>> 67: // setCachedGlyphCode(unicode, glyph);
>
> What's the purpose of the commented line?
Committed this accidentally, should have deleted this line
-------------
PR: https://git.openjdk.org/jdk/pull/4798
More information about the client-libs-dev
mailing list