()
| 580 | |
| 581 | |
| 582 | def get_adjustment() -> _TextAdjustment: |
| 583 | use_east_asian_width = get_option("display.unicode.east_asian_width") |
| 584 | if use_east_asian_width: |
| 585 | return _EastAsianTextAdjustment() |
| 586 | else: |
| 587 | return _TextAdjustment() |
no test coverage detected