deckerst / aves

Aves is a gallery and metadata explorer app, built for Android with Flutter.
BSD 3-Clause "New" or "Revised" License
2.72k stars 103 forks source link

Use device font #921

Open lenhutbinh opened 8 months ago

lenhutbinh commented 8 months ago

Font chữ hiện tại hiển thị Tiếng Việt không đẹp, nhìn không chuyên nghiệp, nên thay đổi font hỗ trợ toàn cầu

The current font displayed in Vietnamese is not beautiful and does not look professional, so we should change the font to all language supported 20240223_192233_009

deckerst commented 8 months ago

I won't change the font. But out of curiosity, how does the default font for Vietnamese look on your device?

lenhutbinh commented 8 months ago

After reading your answer, when I opened the Gallery apps I was using, I realized that these applications will change the font according to the device's default settings. So 100% matches the default language, while Aves has pre-installed fonts and does not change ?

Screenshots_2024-02-23-21-16-43

lenhutbinh commented 8 months ago

Screenshot_20240223-212352 Screenshot_20240223-212403

A some more examples

deckerst commented 8 months ago

Thanks for the samples.

You're right, Aves doesn't use the device font because it is developed with the Flutter framework, and that framework currently does not let me access device fonts: