On Wed, 3 Aug 2022 09:51:22 GMT, Alexey Ushakov <[email protected]> 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