Skip to content

2024.3.1

Latest
Compare
Choose a tag to compare
@MarcinZiabek MarcinZiabek released this 22 Apr 08:08
· 1 commit to main since this release
  • Enhanced discoverability of text alignment options (AlignLeft, AlignCenter, AlignRight, AlignStart, AlignEnd and Justify) when using the shorthand Text method (common use case).
  • To enhance compatibility with existing codebases, we've removed the breaking change associated with the deprecation of the TextStyle.Fallback method. Although this method remains obsolete, we've reintroduced it with a compatibility layer to prevent disruptions.
  • Enhanced compatibility with dotnet standard projects.
  • Fix: on the Windows platform, the "Could not find an appropriate font fallback for the following glyphs: $U-000D" exception is thrown when the "QuestPDF.Settings.CheckIfAllTextGlyphsAreAvailable" is set true, and the "TextDescriptor.Line" method is used (that inserts the '\r' character).
  • Fix: resolved an issue where the positioning of hyperlinks was incorrect when text contained injected block items.