Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosemoe committed Mar 4, 2022
2 parents 21d3d7b + 0e1f23f commit 5a64058
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@ public void setFontFeatureSettingsWrapped(String settings) {
spaceWidth = measureText(" ");
}

@Override
public void set(android.graphics.Paint src) {
super.set(src);
spaceWidth = measureText(" ");
}

/**
* Get the advance of text with the context positions related to shaping the characters
*/
Expand Down

0 comments on commit 5a64058

Please sign in to comment.