fe4fc14854
Tentative roadmap: - land this - extend TextBlobBuilder to take SkFont for its runs (eventually removing paint option) - change SkTextBlob to store SkFont instead of SkRunFont (not critical, but makes sense) After the above, (or during) also work towards: - removing callers of SkPaint set... (textsize, textscalex, typeface, etc.) - eventually physically remove those setters/getters/fields - rev as desired the SkFont API to clean up flags, hinting, etc. Bug: skia:2664 Change-Id: I0e323c58aef055e26d697911b078797453cb3626 Reviewed-on: https://skia-review.googlesource.com/c/163783 Commit-Queue: Mike Reed <reed@google.com> Auto-Submit: Mike Reed <reed@google.com> Reviewed-by: Ben Wagner <bungeman@google.com> |
||
---|---|---|
animations | ||
bench | ||
bin | ||
dm | ||
docker | ||
docs | ||
example | ||
experimental | ||
fuzz | ||
gm | ||
gn | ||
include | ||
infra | ||
modules | ||
platform_tools | ||
resources | ||
samplecode | ||
site | ||
src | ||
tests | ||
third_party | ||
tools | ||
.clang-format | ||
.gitignore | ||
.gn | ||
AUTHORS | ||
BUILD.gn | ||
codereview.settings | ||
CONTRIBUTING | ||
CQ_COMMITTERS | ||
DEPS | ||
Doxyfile | ||
LICENSE | ||
OWNERS | ||
PRESUBMIT.py | ||
public.bzl | ||
README | ||
README.chromium | ||
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.