d5eebba99e
The 'trak' suppression was only applied if the 'opsz' was specified. Change the 'trak' suppression to always apply. Incidentally, this fixes issues with system variable fonts only working at named instances on macOS 10.12 through 10.14. Versions 10.11 and earlier still have issues with system variable fonts only working at named instances. In general on macOS different code is run depending on whether the attributes parameter to CTFontCreateWithGraphicsFont is nullptr or not. The code which runs when the parameter is nullptr has the issue until 10.15, but the code run when the parameter is non-nullptr does not appear to have the issue in 10.12 through 10.14. Bug: skia:9747,skia:9544 Change-Id: Icbd3a909f544437fb9811fff9bf6a630f1e2b6dc Reviewed-on: https://skia-review.googlesource.com/c/skia/+/264694 Reviewed-by: Dominik Röttsches <drott@chromium.org> Commit-Queue: Ben Wagner <bungeman@google.com> |
||
---|---|---|
animations | ||
bench | ||
bin | ||
build/fuchsia | ||
build_overrides | ||
dm | ||
docker | ||
docs/examples | ||
example | ||
experimental | ||
fuzz | ||
gm | ||
gn | ||
include | ||
infra | ||
modules | ||
platform_tools | ||
resources | ||
samplecode | ||
site | ||
specs | ||
src | ||
tests | ||
third_party | ||
tools | ||
.clang-format | ||
.clang-tidy | ||
.gitignore | ||
.gn | ||
AUTHORS | ||
BUILD.gn | ||
codereview.settings | ||
CONTRIBUTING | ||
CQ_COMMITTERS | ||
DEPS | ||
go.mod | ||
go.sum | ||
LICENSE | ||
OWNERS | ||
PRESUBMIT.py | ||
public.bzl | ||
README | ||
README.chromium | ||
RELEASE_NOTES.txt | ||
whitespace.txt |
Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. See full details, and build instructions, at https://skia.org.