We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e9fc5 commit 593649eCopy full SHA for 593649e
relnotes/README.m130.md
@@ -16,6 +16,10 @@ Since m128 (last beta release):
16
overloaded as an alias to this, too.
17
18
* The `SkUnicode` class is now available under python as `skia.Unicode`.
19
+ The constructor is known to fail on windows - It is likely that downloading
20
+ a `icudtl.dat` file, renaming from the versioned data-bin-{l,b}.zip in
21
+ https://github.com/unicode-org/icu/releases, is needed. Windows users please report
22
+ success/failure on this.
23
24
* There are two examples `shape_text.py` (a python port of upstream's example), and
25
`skparagraph-example.py` hosted [elsewhere](https://github.com/HinTak/skia-python-examples/).
0 commit comments