booleanbites / houzi-support

Support forum repo for issues & bugs reported for Houzi Flutter App.
4 stars 0 forks source link

arabic language issues #101

Closed Hralamal2 closed 8 months ago

Hralamal2 commented 9 months ago

Hi

as you can see there's no space between the sentence in Arabic language

WhatsApp Image 2023-09-23 at 11 53 40 AM

AdilSoomro commented 9 months ago

There’s an issue in the baseline of this Arabic font. You can change font or you can manually increase the baseline text in flutter widgets.

To change the font for Arabic, follow this guide: https://houzi-docs.booleanbites.com/hooks-widgets/add_new_font And return this new font in the hook when locale is Arabic.

Hralamal2 commented 9 months ago

how can i increase the baseline text in flutter widgets.

MuhammadSulemanSaleem commented 9 months ago

Hi there, Please follow these steps:

  1. Go to PROJECT_NAME/packages/houzi_package/lib/widgets/generic_text_widget.dart.
  2. Go to this line this.strutStyle = const StrutStyle(height: 1.2, forceStrutHeight: true),
  3. Increase the height: 1.2 accordingly.

I hope this will help you resolve the issue.

MuhammadSulemanSaleem commented 8 months ago

Hi there,

Were you able to resolve the issue?

Hralamal2 commented 8 months ago

it's works now thank you