Rich text rendering for SkiaSharp
Перейти к файлу
Brad Robinson a77f370fdb Updated documentation 2022-12-05 10:36:35 +11:00
Artwork
BuildUnicodeData Bump ajv from 6.10.2 to 6.12.6 in /BuildUnicodeData (#47) 2022-06-02 15:06:33 +10:00
LineBreakV12
References
RichStringSandbox Fix for strikethrough width too small, update to non-preview 2022-12-05 10:35:40 +11:00
Sandbox Fix for strikethrough width too small, update to non-preview 2022-12-05 10:35:40 +11:00
SandboxDriver Fix for strikethrough width too small, update to non-preview 2022-12-05 10:35:40 +11:00
TestBench
Topten.RichTextKit Fix for strikethrough width too small, update to non-preview 2022-12-05 10:35:40 +11:00
Topten.RichTextKit.Test Fix for strikethrough width too small, update to non-preview 2022-12-05 10:35:40 +11:00
buildtools@d3370d7b53 Update buildtools 2022-01-24 13:39:05 +11:00
doc Updated documentation 2022-06-09 11:22:35 +10:00
docsrc
.docsanity.yaml
.gitattributes
.gitignore
.gitmodules Latest build tools 2021-12-07 12:05:35 +11:00
Topten.RichTextKit.sln
azure-pipelines.yml
build.bat
build.js Push to nuget 2022-06-09 11:21:58 +10:00
common.props
license.txt
readme.md
version.cs b0.4.163 2022-09-27 11:19:15 +10:00
version.json Fix for strikethrough width too small, update to non-preview 2022-12-05 10:35:40 +11:00
version.props b0.4.163 2022-09-27 11:19:15 +10:00

readme.md

Banner

RichTextKit

RichTextKit is a rich-text layout, measurement and rendering library for SkiaSharp.

Features

  • Rich text layout
  • Supports most common font styles (bold, italic, underline, super/sub-script etc...)
  • Text shaping using HarfBuzzSharp
  • Font fallback for emoji and int'l character sets
  • Bi-directional and LTR/RTL Text Support (UAX #9)
  • Unicode word-break algorithm (UAX #14)
  • Max height and max line limits
  • Truncate with ellipsis support
  • Text measurement support
  • Hit testing and caret position information
  • Ability to paint selection range highlight
  • Easy to use
  • Minimal dependencies (just SkiaSharp and HarfBuzzSharp)

Sandbox

Under Development

RichTextKit is still under development. It works fine on Windows under net45 and netcoreapp2.1 but hasn't been tested on other platforms.

Also, text layout in general and Unicode and international text specifically are a complicated topics - almost certainly there are issues I'm unaware of and I'm hoping the community can help improve this project over time...

That said, RichTextKit certainly does a better job than Skia on it's own.

Documentation

See here for documentation.