dart_pdf
dart_pdf copied to clipboard
Add CrossAxisAlignment.baseline
Is your feature request related to a problem? Please describe.
I'd like to align the baseline of Text elements in a Row.
Describe the solution you'd like
In flutter, you can specify:
Row(
crossAxisAlignment: CrossAxisAlignment.baseline,
textBaseline: TextBaseline.ideographic,
);
Docs: https://api.flutter.dev/flutter/rendering/CrossAxisAlignment-class.html https://api.flutter.dev/flutter/dart-ui/TextBaseline-class.html
Describe alternatives you've considered
Manually lining up text by adding a Padding.
+1 here
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days
Please don't close this.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days
Closing this stale issue because it has no activity.