You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed on the inside cover, the hash-tag is wrapped mid-word. This is perhaps not preferred, but it is probably better than letting the hashtag run off the edge of the page.
FormattedTextBlock would currently let it run off the edge of the page. Also, the FTB.maxWidth does not report the actual width, it might be better to call it constrainWidth to match the Height variables.
In any case, there are two different tasks. It would be good to decide which ones (or none) we want to do for initial zine release:
have FormattedTextBlock keep track of actual width, and re-size font size if a word is too long for a line.
have FormattedTextBlock wrap mid-word if the word is too long for the line.
The text was updated successfully, but these errors were encountered:
I noticed on the inside cover, the hash-tag is wrapped mid-word. This is perhaps not preferred, but it is probably better than letting the hashtag run off the edge of the page.
FormattedTextBlock would currently let it run off the edge of the page. Also, the FTB.maxWidth does not report the actual width, it might be better to call it
constrainWidth
to match the Height variables.In any case, there are two different tasks. It would be good to decide which ones (or none) we want to do for initial zine release:
The text was updated successfully, but these errors were encountered: