Rich text rendering for SkiaSharp
Перейти к файлу
Brad Robinson eb6b7b5503 b0.2.120 2020-05-24 19:18:16 +10:00
Artwork Update packaging to use new license and icon method 2020-05-24 18:50:27 +10:00
BuildUnicodeData Updated line break algorithm to Unicode v12 (re-ported from JS edition) 2020-05-10 22:29:50 +10:00
LineBreakV12 Bench testing line break algo + experiments with v12 line break algo 2019-08-08 08:38:51 +10:00
References bidi2 wip 2019-08-05 18:46:56 +10:00
RichStringSandbox Updated guides, updated copyright year 2020-05-24 19:16:32 +10:00
Sandbox Update packages to stable 2019-12-03 15:48:19 +02:00
SandboxDriver Added support for hit testing and caret info to RichString 2020-05-24 11:15:45 +10:00
TestBench Updated line break algorithm to Unicode v12 (re-ported from JS edition) 2020-05-10 22:29:50 +10:00
Topten.RichTextKit Updated guides, updated copyright year 2020-05-24 19:16:32 +10:00
Topten.RichTextKit.Test Changed to netcoreapp2.0 2019-08-08 12:08:06 +10:00
buildtools@8c70f329fc Build/versioning 2019-08-02 15:46:50 +10:00
doc Updated guides, updated copyright year 2020-05-24 19:16:32 +10:00
docsrc Updated guides, updated copyright year 2020-05-24 19:16:32 +10:00
.docsanity.yaml Updated docs, build 105 2019-08-08 18:59:01 +10:00
.gitattributes Extracted from GuiKit to standalone project 2019-07-31 11:20:07 +10:00
.gitignore Extracted from GuiKit to standalone project 2019-07-31 11:20:07 +10:00
.gitmodules Renamed to RichTextKit 2019-08-03 11:42:45 +10:00
Topten.RichTextKit.sln Added RichStringSandbox 2020-05-23 22:34:44 +10:00
azure-pipelines.yml Update azure-pipelines.yml for Azure Pipelines 2019-11-19 02:16:35 +02:00
build.bat Build/versioning 2019-08-02 15:46:50 +10:00
build.js Update build script to push to nuget 2019-08-13 11:34:25 +10:00
common.props Build/versioning 2019-08-02 15:46:50 +10:00
license.txt Added license.txt 2019-08-10 17:27:29 +10:00
readme.md 'Text shaping' not 'font shaping' 2019-08-12 23:49:17 +10:00
version.cs b0.2.120 2020-05-24 19:18:16 +10:00
version.h b0.2.120 2020-05-24 19:18:16 +10:00
version.json b0.2.120 2020-05-24 19:18:16 +10:00
version.props b0.2.120 2020-05-24 19:18:16 +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.