Skip to content

Conversation

@tneotia
Copy link
Contributor

@tneotia tneotia commented Dec 1, 2021

Fixes #914

dom.Node? textNode;
String? textNode;
List<Widget> widgets = <Widget>[];
//TODO calculate based off of parent font size.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😬

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we really calculate based off parent font size though? I feel that calculating based on whatever styling is set on the ruby tag should be sufficient, and now we even allow for specific styling on rt itself.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree.

Copy link
Contributor

@erickok erickok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job!

@erickok erickok merged commit d808e2e into Sub6Resources:master Dec 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

<rt> style does not work [BUG]

2 participants