[Rev 03] RFR: 8191758: Match WebKit's font weight rendering with JavaFX

Kevin Rushforth kcr at openjdk.java.net
Wed Apr 29 14:11:16 UTC 2020


On Wed, 29 Apr 2020 14:01:50 GMT, Bhawesh Choudhary <github.com+4208131+bhaweshkc at openjdk.org> wrote:

>> As per JavaFx 700 font weight is considered to be bold but webkit is using 600 font weight for text to become bold. to
>> fix issue, use boldWeightValue() function which uses 700 font weight rather than isFontWeightBold() which compare
>> against 600 font weight.
>
> Bhawesh Choudhary has updated the pull request incrementally with one additional commit since the last revision:
> 
>   style format changes

Marked as reviewed by kcr (Lead).

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

PR: https://git.openjdk.java.net/jfx/pull/180


More information about the openjfx-dev mailing list