Skip to content

1.4.6.0

Choose a tag to compare

@ArthurHub ArthurHub released this 16 Sep 12:04
· 462 commits to master since this release

Update 1.4.6.2

  • Better list-item support (thx ShaLi)
  • Fix label auto size height bug (thx jensrodi)
  • Fix background color with justify text
  • Fix transparent text support
  • Fix image layout bugs

Update 1.4.6.0

  • Native GDI text rendering (see: The wonders of text rendering and GDI)
    • Improved text look
    • Performance improvement (60% - 70%)
  • Support late image loading
    • Delay loading images not in visible rectangle
    • Configurable using 'AvoidImagesLateLoading'
  • Improve text selection
  • General 5%-8% performance improvement
  • Fixes to html decoding
  • Handle Asian characters wrapping
  • Fixed white-space:nowrap handling
  • Support links to anchors
  • Support size attribute on font element
  • Support word-break: break-all (thx Tancy)
  • Support dotted/dashed borders (thx Tancy)
  • Support background-repeat (thx Tancy)
  • Support background-position
  • Added 'GetLinkAt' and 'GetAttributeAt' helper methods (thx Tancy)