commit | e5c37860c792de6bba0c9465c3f5280cb13dbbb9 | [log] [tgz] |
---|---|---|
author | Kevin Lubick <kjlubick@google.com> | Mon Oct 16 17:21:15 2023 -0400 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Thu Oct 19 19:40:43 2023 +0000 |
tree | b2549dc1bf5b70d024c0b16509eb4c170bfc946e | |
parent | 2373e55675dd6c0337337f5609a54d2e0865f166 [diff] |
Remove refTypefaceOrDefault and getTypefaceOrDefault from SkFont API The concept of a default Typeface will be going away as the concept of a default FontMgr does. A future CL will change a default Typeface to return null and then this API can go away. Client CLs: - http://cl/573930788 - https://github.com/flutter/engine/pull/46969 Change-Id: Ibe6b06443cabd176382fa7bbfb48b89ffcdd7749 Bug: b/305780908 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/766776 Reviewed-by: Ben Wagner <bungeman@google.com> Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Kevin Lubick <kjlubick@google.com>