andyduke / styled_text_package

Text widget with formatted text using tags. Makes it easier to use formatted text in multilingual applications.
https://pub.dev/packages/styled_text
BSD 3-Clause "New" or "Revised" License
74 stars 48 forks source link

Bold Text Accessibility #38

Closed CassiusPacheco closed 2 years ago

CassiusPacheco commented 2 years ago

Hi there,

first of all, thanks for the amazing work. This lib is great!

I managed to make use of the textScaleFactor when using StyledText but I noticed that the bold text accessibility option does not get applied to the text automatically.

Is there a way for me to achieve that at the current state of the lib or will it need extra customisation? If it needs extra customisation, would you be able to give me a bit of a direction to where I should be looking into in order to change this?

Thank you

andyduke commented 2 years ago

@CassiusPacheco Please provide the minimum code and screenshot to reproduce the problem so that I can better understand what the problem is.