Uno.SkiaSharp/changelogs
Matthew Leibowitz fb51b90761
[harfbuzz] Allow loading face by table data (#862)
* Add hb_face_create_for_tables support

* Fix net core build

* Make sure blobs are reused

* Support cleanup for TableLoader

* Remove extension

* Fix dispose handler and add unit test

* Rework unit tests to reduce file access

* Keep delegate alive

* Improve font usage in unit tests

* Support for iOS

* Remove typeface extension

* Cleanup

* Add unit test

* update the docs before re-gen

* A few tweaks:
 - use Parse instead of FromString
 - create a "static" Blob type
 - remove default param values
 - fix tests namespaces and base tests

* More changes:
 - unified the destroy delegates
 - NativeDelegateContext now supports multiple delegates and contexts for a single pointer
 - public Face delegates no longer use pointers

* Reuse the code

* Added lower-level members to SKTypeface
 - get the table data without copying to array
 - added some TryXXX to avoid exceptions

* Revert parameter name change

* The empty Face is a static face that cannot be disposed

* Make sure to return the same managed instance

* Remove the duplicate iOS build run
2019-06-18 16:33:10 +02:00
..
HarfBuzzSharp [harfbuzz] Allow loading face by table data (#862) 2019-06-18 16:33:10 +02:00
SkiaSharp [harfbuzz] Allow loading face by table data (#862) 2019-06-18 16:33:10 +02:00
SkiaSharp.HarfBuzz Made a few tweaks to better fit the "style" 2019-03-29 00:39:10 +02:00
SkiaSharp.Views regenerated docs 2018-12-27 21:10:08 +02:00
SkiaSharp.Views.Forms Added the v1.68.1 changelogs 2018-12-25 12:10:53 +02:00
README.md Added a readme for the changelogs 2018-08-05 20:37:24 +02:00

README.md

Changelogs

In this directory, there are is set of sub-folders for each NuGet package - each containing a set of API diffs for each release.