Skip to content

Commit

Permalink
Remove overriding Paint#set (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosemoe authored Feb 27, 2022
1 parent 11d9416 commit 0e1f23f
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 0e1f23f

Please sign in to comment.