Skip to content

Commit

Permalink
Minor update to README.m130.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HinTak committed Sep 19, 2024
1 parent 10e4387 commit fe0b439
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions relnotes/README.m130.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Since m128 (last beta release):

* We now build for Mac OS 11.0 (instead of 10.13; github CI warning)

* We now binds uptream's experimental `skparagraph` module and the `SkParagraph` class,
* We now bind uptream's experimental `skparagraph` module and the `SkParagraph` class,
to provide multi-line text paragraph layout.
The functionality is under the `skia.textlayout` namespace, as `Paragraph`, etc.

* There is a `FontMgr.OneFontMgr()` method which takes a font file or data, which returns
a font manager having knowledge of exactly one font. `FontMgr.New_Custom_Empty()` has been
overloaded as an alias to this too.
overloaded as an alias to this, too.

* The `SkUnicode` class is now available under python as `skia.Unicode`.

Expand All @@ -28,4 +28,4 @@ Since m128 (last beta release):
* Improved preview of default arguments in function signatures

* Some parametric tests involving `skia.SurfaceProps` removed during the m87->m116 changes
were re-added.
are re-added.

0 comments on commit fe0b439

Please sign in to comment.