flet icon indicating copy to clipboard operation
flet copied to clipboard

feature: support for text metrics

Open hololeo opened this issue 3 years ago • 0 comments

Flet should support text metrics to allow for more precise layout of text.

Use case: creating a 'pager' of text content where user can displays one page at a time rather than scrolling. User can pick font size, and app can know where to cut off text blocks for each screen size based on metrics

Flutter links: https://api.flutter.dev/flutter/rendering/RenderParagraph-class.html https://medium.com/swlh/flutter-line-metrics-fd98ab180a64 https://www.google.com/search?q=flutter+text+metrics https://api.flutter.dev/flutter/dart-html/TextMetrics-class.html

hololeo avatar Jul 30 '22 17:07 hololeo