Releases: ryancheung/SkiaTextRenderer
Releases · ryancheung/SkiaTextRenderer
Release v2.0.0
- 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
Fix text rendering for some fonts.
Release 1.2.0
- Switch to zero-based cursor index
- rework on selection drawn with simpler approach
Release v1.1.5
- Fix returning wrong cursor draw position in some case
- Fix underline/strikethrough not drawn properly
Release v1.2.1
Fix TextRenderer.GetCursorDrawPosition
after applying zero-base cursor index
Release v1.1.4
Introduce text selection painting feature for texbox support.
Release v1.1.3
- 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
- Add ability to get cursor position(char index) from click point.
- Add ability to draw text with cursor.
Release v1.1.1
Fix few bugs and crashes
Release v1.1
Improve performance by utilizing Glyphs related APIs