New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8237782: Only read advances up to the minimum of the numHorMetrics or the available font data. #95
Conversation
… the available font data.
👋 Welcome back prr! A progress list of the required criteria for merging this PR into |
Looks like GitHub truncated your title, so I fixed it to match the JBS title. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
@prrace This change now passes all automated pre-integration checks. When the change also fulfills all project specific requirements, type
Since the source branch of this PR was last updated there have been 14 commits pushed to the ➡️ To integrate this PR with the above commit message, type |
/integrate |
@prrace The following commits have been pushed to master since your change was applied:
Your commit was automatically rebased without conflicts. Pushed as commit 95bf2c0. |
Mailing list message from Phil Race on openjfx-dev: Changeset: 95bf2c0 8237782: Only read advances up to the minimum of the numHorMetrics or the available font data. Reviewed-by: kcr ! modules/javafx.graphics/src/main/java/com/sun/javafx/font/PrismFontFile.java |
… the available font data.
Progress
Issue
JDK-8237782: Only read advances up to the minimum of the numHorMetrics or the available font data.
Approvers