mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
Merge
This commit is contained in:
commit
b0860e6b99
243 changed files with 10166 additions and 4557 deletions
|
@ -1811,7 +1811,7 @@ public final class TextLayout implements Cloneable {
|
|||
* should be logical or visual counterparts. They are not
|
||||
* checked for validity.
|
||||
*/
|
||||
private final TextHitInfo getStrongHit(TextHitInfo hit1, TextHitInfo hit2) {
|
||||
private TextHitInfo getStrongHit(TextHitInfo hit1, TextHitInfo hit2) {
|
||||
|
||||
// right now we're using the following rule for strong hits:
|
||||
// A hit on a character with a lower level
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue