flutter-tizen / engine

The Flutter engine
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
6 stars 19 forks source link

Implement the large font for accessibility. #262

Closed wanchao-xu closed 2 years ago

wanchao-xu commented 2 years ago
#define MIDDLE_FONT_DPI                   (-100)
#define SMALL_FONT_DPI                     (-80)
#define LARGE_FONT_DPI                      (-150)
#define HUGE_FONT_DPI                       (-190)
#define GIANT_FONT_DPI                      (-250)
swift-kim commented 2 years ago

@WonyoungChoi Do you have any idea about the windows gclient sync failure? It keeps failing for some reason.

WonyoungChoi commented 2 years ago

@swift-kim It's strange.. I'm trying to reproduce the error on my local environment.

Error

________ running 'python3 src/flutter/tools/download_dart_sdk.py --fail-loudly' in 'C:\workspace\engine'
Traceback (most recent call last):

  File "src/flutter/tools/download_dart_sdk.py", line 293, in <module>

    sys.exit(Main())

  File "src/flutter/tools/download_dart_sdk.py", line 242, in Main

    version = utils.ReadVersionFile()

AttributeError: module 'utils' has no attribute 'ReadVersionFile'
swift-kim commented 2 years ago

Will this feature be supported on TV devices as well? (e.g. by enabling Focus Magnification in the accessibility settings)

wanchao-xu commented 2 years ago

Will this feature be supported on TV devices as well? (e.g. by enabling Focus Magnification in the accessibility settings)

I don't find the font size setting on TV, so I think this feature isn't supported on TV. The accessibility settings has enlarge mode to magnify all widget, not only font. and enlarge is implemened by Tizen.TV.FLUX.NUI.