Skip to content

Commit

Permalink
Merge branch 'm124-public' into m125-public
Browse files Browse the repository at this point in the history
  • Loading branch information
HinTak committed Apr 30, 2024
2 parents 540557d + fe2df88 commit 1d83dd1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ https://kyamagu.github.io/skia-python

- For information about changes after `m116`, and tips on migration from `m87`: [README.m116](relnotes/README.m116.md),
[README.m117](relnotes/README.m117.md), [README.m118](relnotes/README.m118.md), [README.m119](relnotes/README.m119.md),
[README.m120](relnotes/README.m120.md), [README.m121](relnotes/README.m121.md).
[README.m120](relnotes/README.m120.md), [README.m121](relnotes/README.m121.md), [README.m122](relnotes/README.m122.md),
[README.m123](relnotes/README.m123.md), [README.m124](relnotes/README.m124.md).

## Contributing

Expand Down
2 changes: 0 additions & 2 deletions relnotes/README.m121.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ Since m120:
Typeface.MakeDefault(), the no-argument forms, are likely to be removed in the future.

Also avoid skia.Font() and skia.Font(None, ...) ; e.g. skia.Font(skia.Typeface('')) should be used.

Addendum: in m122 or later, skia.Font(skia.Typeface('')) is known to not work on Mac OS X.
9 changes: 0 additions & 9 deletions relnotes/README.m122.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,3 @@ No user-visible addition since m121

* Upstream deleted SkFontMgr::RefDefault(); copied into skia-python to allow python code
which depends on a default fontmgr (now emulated) to continue to work.

Since m121:

* skia.Font(skia.Typeface('')) (empty name) seems to have been broken on Mac OS X.
Already mentioned in README.m121 that, user should specify explicit font family
style or font file choices. This is a general direction of moving away from choice of
"any font", "any font manager" upstream.


0 comments on commit 1d83dd1

Please sign in to comment.