File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ Since m128 (last beta release):
7
7
8
8
* We now build for Mac OS 11.0 (instead of 10.13; github CI warning)
9
9
10
- * We now binds uptream's experimental ` skparagraph ` module and the ` SkParagraph ` class,
10
+ * We now bind uptream's experimental ` skparagraph ` module and the ` SkParagraph ` class,
11
11
to provide multi-line text paragraph layout.
12
12
The functionality is under the ` skia.textlayout ` namespace, as ` Paragraph ` , etc.
13
13
14
14
* There is a ` FontMgr.OneFontMgr() ` method which takes a font file or data, which returns
15
15
a font manager having knowledge of exactly one font. ` FontMgr.New_Custom_Empty() ` has been
16
- overloaded as an alias to this too.
16
+ overloaded as an alias to this, too.
17
17
18
18
* The ` SkUnicode ` class is now available under python as ` skia.Unicode ` .
19
19
@@ -28,4 +28,4 @@ Since m128 (last beta release):
28
28
* Improved preview of default arguments in function signatures
29
29
30
30
* Some parametric tests involving ` skia.SurfaceProps ` removed during the m87->m116 changes
31
- were re-added.
31
+ are re-added.
You can’t perform that action at this time.
0 commit comments