-
Notifications
You must be signed in to change notification settings - Fork 953
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
fix(android): font weight compatible with version 2.x #3948
Conversation
|
Hi, @siguangli. Thanks for your PR! 👏 🏷️ You can leave a comment in this PR with |
*/ | ||
@Deprecated | ||
public static void apply(Paint paint, int style, int weight, String family, | ||
public static void apply(Paint paint, int style, String weight, String family, |
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.
这个方法如果有外部调用,就保持参数不要变,否则可以直接删掉
00ebd86
to
1b00246
Compare
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.
lgtm
Co-authored-by: maxli <[email protected]>
Before submitting a new pull request, please make sure: