Skip to content

Releases: ryancheung/SkiaTextRenderer

Release v2.0.0

10 Mar 01:33
8dbc346
Compare
Choose a tag to compare
  • Use float instead of int to use the full precision SkiaSharp offers
  • Introduced new class TextRendererSk for text rendering
  • TextRenderer is deprecated now and will be removed in v2.1.0

Release v1.2.2

04 Mar 10:00
Compare
Choose a tag to compare

Fix text rendering for some fonts.

Release 1.2.0

05 Feb 16:24
Compare
Choose a tag to compare
  • Switch to zero-based cursor index
  • rework on selection drawn with simpler approach

Release v1.1.5

05 Feb 10:56
Compare
Choose a tag to compare
  • Fix returning wrong cursor draw position in some case
  • Fix underline/strikethrough not drawn properly

Release v1.2.1

05 Feb 16:50
Compare
Choose a tag to compare

Fix TextRenderer.GetCursorDrawPosition after applying zero-base cursor index

Release v1.1.4

04 Feb 14:51
Compare
Choose a tag to compare

Introduce text selection painting feature for texbox support.

Release v1.1.3

03 Feb 17:04
Compare
Choose a tag to compare
  • Fix not drawing cursor if text is null or empty
  • Add method TextRenderer.GetCursorDrawPosition to fetch cursor draw position
  • Method TextRenderer.GetCursorFromPoint also returns cursor draw position now.

Release v1.1.2

03 Feb 11:16
Compare
Choose a tag to compare
  • Add ability to get cursor position(char index) from click point.
  • Add ability to draw text with cursor.

Release v1.1.1

02 Feb 09:21
Compare
Choose a tag to compare

Fix few bugs and crashes

Release v1.1

01 Feb 14:56
Compare
Choose a tag to compare

Improve performance by utilizing Glyphs related APIs