Android TextView font bold problem

the effect I want to achieve is as follows: the font has a bold effect

textStyle="bold"

it can be seen that the effect I have achieved is a little too thick

so how to solve this problem?

Mar.09,2021

this bold is implemented by the underlying code, and there is no other way to control the specific rendering result of the bold. What is the source of the screenshot of the effect you want?


try another font


you can consider implementing

with SpanableString.
Menu