Граф коммитов

334 Коммитов

Автор SHA1 Сообщение Дата
Brad Robinson a77f370fdb Updated documentation 2022-12-05 10:36:35 +11:00
Brad Robinson 2fdf96e006 Fix for strikethrough width too small, update to non-preview 2022-12-05 10:35:40 +11:00
Brad Robinson 78d847f168 b0.4.163 2022-09-27 11:19:15 +10:00
Brad Robinson 6b5bfd55f1 Updated documentation 2022-09-27 11:19:15 +10:00
Brad Robinson 01b7f4008a Test richstring measured width 2022-09-27 11:18:26 +10:00
Brad Robinson be6dc264c6 Fix for measured width of richtext strings not including paragraph margins 2022-09-27 11:17:53 +10:00
Brad Robinson 05480108b0 Fix to normalize \r\n to \n. 2022-09-12 11:00:20 +10:00
Brad Robinson 71e7636eef b0.4.162 2022-06-20 11:03:53 +10:00
Brad Robinson bc4a5d7a51 Updated documentation 2022-06-20 11:03:53 +10:00
Brad Robinson f606f78539 Fix for font fallback failing after embedded \n. 2022-06-20 11:03:05 +10:00
Brad Robinson 6a1aebd533 b0.4.161 2022-06-09 11:22:36 +10:00
Brad Robinson f18ccc5e9a Updated documentation 2022-06-09 11:22:35 +10:00
Brad Robinson c59c78f0b4 Push to nuget 2022-06-09 11:21:58 +10:00
Brad Robinson 49c1164cf8 Merge branch 'master' into preview 2022-06-09 11:20:42 +10:00
Brad Robinson fe7a0d517a Fix for missing ellipsis on truncation 2022-06-09 11:20:32 +10:00
XANDER efa38616c9
Add option to control ellipsis #50 (#51)
* Add option to control ellipsis #50

* Add ellipsis option to TextBlock

To cover all the truncation cases: on a paragraph boundary and mid paragraph.
2022-06-09 11:18:41 +10:00
dependabot[bot] 06544fe956
Bump ajv from 6.10.2 to 6.12.6 in /BuildUnicodeData (#47)
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/v6.10.2...v6.12.6)

---
updated-dependencies:
- dependency-name: ajv
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-02 15:06:33 +10:00
Brad Robinson d550997073 b0.4.160 2022-05-22 22:43:02 +10:00
Brad Robinson 7b2cb20cf7 Updated documentation 2022-05-22 22:43:02 +10:00
Brad Robinson e7cda997ea Fix for crash when creating textblock objects and drawing on different thead crashing. 2022-05-22 22:41:34 +10:00
Brad Robinson 261f9e6c7e b0.4.159 2022-05-17 14:20:39 +10:00
Brad Robinson 144a5d9299 Updated documentation 2022-05-17 14:20:39 +10:00
Brad Robinson 992a05fe39 Revert to publishing to github 2022-05-17 14:20:01 +10:00
Brad Robinson d9bba64855 Revert to SkiaSharp 2.88.0-preview.209 2022-05-17 14:19:21 +10:00
Brad Robinson bdff48aa08 Missing doc comment 2022-05-17 14:19:01 +10:00
Brad Robinson f87e14ef20 b0.4.158 2022-05-17 10:18:19 +10:00
Brad Robinson 53c049fcfb Updated documentation 2022-05-17 10:18:19 +10:00
Brad Robinson b19c45ccd1 Push to nuget again 2022-05-17 10:17:14 +10:00
Brad Robinson 4bb99c761a b0.4.158 2022-05-17 10:12:35 +10:00
Brad Robinson 707bb00dfb Updated documentation 2022-05-17 10:12:35 +10:00
Brad Robinson 420ed23ed0 Update to latest Skia 2022-05-17 10:11:48 +10:00
Brad Robinson 75ce63fc97 b0.4.157 2022-03-25 12:30:10 +11:00
Brad Robinson 04adf9eea9 Updated documentation 2022-03-25 12:30:10 +11:00
Brad Robinson c10941b8aa Tweaks for too small underline not appearing 2022-03-25 12:29:27 +11:00
Brad Robinson bfcd8ad7c5 b0.4.156 2022-01-24 13:50:12 +11:00
Brad Robinson 81480cc8f6 Updated documentation 2022-01-24 13:50:12 +11:00
Brad Robinson 5c899d9193 Merged halo and font width from master 2022-01-24 13:49:12 +11:00
Brad Robinson 5f4d2c80cc b0.4.151 2022-01-24 13:46:41 +11:00
Brad Robinson 0e62f0b452 Updated documentation 2022-01-24 13:46:40 +11:00
Brad Robinson 4fd05b818e Backslash path issue in build script 2022-01-24 13:45:43 +11:00
Brad Robinson 2aa35dcd12 Added missing XML docs 2022-01-24 13:45:09 +11:00
Brad Robinson aa93486e72 b0.4.150 2022-01-24 13:40:23 +11:00
Brad Robinson f5f6993c72 Updated documentation 2022-01-24 13:40:23 +11:00
Brad Robinson 0a96a9bfb2 Update buildtools 2022-01-24 13:39:05 +11:00
Brad Robinson df4cf11e62 Updated buildtools 2022-01-24 13:36:42 +11:00
charlenni cee3a5fb4d
Added Halo for FontRun (#44)
* Added Halo to IStyle and Style
Added handling of Halo in FontRun
Added examples to SandboxDriver

* Added halo to RichString

Co-authored-by: Brad Robinson <github@toptensoftware.com>
2022-01-24 13:33:16 +11:00
charlenni 4aa2415ac5
Added a property for FontWidth (#46)
* Added a property in IStyle (and everywhere else) for FontWidth (as normal, condensed and expanded)

* Corrected a comment

* Removed enum FontWidthStyle and replaced it by SKFontStyleWidth

* Removed unused enum FontWidthStyle
2022-01-24 13:30:04 +11:00
Brad Robinson 119f165814 b0.4.155 2022-01-15 14:15:20 +11:00
Brad Robinson f26c51f1d9 Updated documentation 2022-01-15 14:15:20 +11:00
Brad Robinson 7d10d78130 Update to SkiaSharp 2.88.179 2022-01-15 14:14:15 +11:00