Skip to content

VerticalAlignment And ScrollSaving, CJK linebreak(partial)

Compare
Choose a tag to compare
@whistyun whistyun released this 02 Jan 01:51
· 247 commits to master since this release
63aac4b
  • CTextBlock has new properties; "TextVerticalAlignment", "LineHeight" and "LineSpacing".
    These properties custormize text placement.
    LineHeightAndSpacing
  • If MarkdownScrollViewer.SaveScrollValueWhenContentUpdated is set as true, This save scroll value even if content is changed.
  • Partially implemented character-based wrapping. However whitespaces are preferentially wrapped.
    If we mix CJK words and whitespaces, there may be line breaks at unexpected positions.