commit | 4631c548054384c63bb1326142738b17c0afd559 | [log] [tgz] |
---|---|---|
author | Kevin Lubick <kjlubick@google.com> | Fri Dec 08 15:45:45 2023 -0500 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Fri Dec 08 21:25:50 2023 +0000 |
tree | 40137cc4d7795beab7863616ca7c93d10069a4d0 | |
parent | 6723f07ea96f23c3ae603de57bf55082dfe384bc [diff] |
Update many uses of SkFont that had nullptr SkTypeface A null SkTypeface results in a font that does not draw anything. These changes are pretty mechanical and use the test SkFontMgr in benchmarks, tests, and tools, and the fiddle-specific SkFontMgr (e.g. FontConfig) in our documentation examples. Change-Id: I3b1fbddf0871c294bde819de75be107bdc849191 Bug: b/305780908 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/787838 Commit-Queue: Kevin Lubick <kjlubick@google.com> Reviewed-by: Ben Wagner <bungeman@google.com>