skia2/modules
John Stiles 059ed6749d Update types in TextStyle to use member initialization syntax.
While doing a refactor, Clang issued some warnings about having copy-
constructors without assignment operators in some TextStyle classes.
Rewrote the code to minimize custom constructor/copy/assignment methods,
favoring C++11 member initialization syntax instead.

Change-Id: I4f0361ce38d4b0ada346b0ede4fcad4e2b686d67
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/305959
Commit-Queue: John Stiles <johnstiles@google.com>
Reviewed-by: Julia Lavrova <jlavrova@google.com>
Auto-Submit: John Stiles <johnstiles@google.com>
2020-07-27 20:53:15 +00:00
..
canvaskit Fix CanvasKit SkSurface.requestAnimationFrame for web workers 2020-07-23 16:03:23 +00:00
particles Always use Skia's Vulkan headers when compiling particles module 2020-07-07 20:44:34 +00:00
pathkit [canvaskit] Update to 0.17.1 2020-07-21 14:48:20 +00:00
skottie [skottie] Add spread/choke support for glow styles 2020-07-22 23:20:02 +00:00
skparagraph Update types in TextStyle to use member initialization syntax. 2020-07-27 20:53:15 +00:00
skplaintexteditor Hide ICU C++ API from Skia users. 2020-05-29 21:43:19 +00:00
skresources [skottie] Add support for inline/data-uri fonts 2020-07-25 13:46:52 +00:00
sksg [skottie] More masking fixes 2020-07-21 13:58:45 +00:00
skshaper Reland #3 "ICU API: only in SkParagraph, simplified." 2020-07-24 13:28:52 +00:00