skia2/modules/skparagraph
Ben Wagner bfe44b6974 Don't leak ref returned by SkFontMgr::matchFamilyStyle.
The current code does an extra ref on the SkTypeface returned from
SkFontMgr::matchFamilyStyle. This old API needs to be updated to return
sk_sp<SkTypeface> instead of a ref'ed bare SkTypeface*.

Bug: skia:10325
Change-Id: I191b494fb86b99fc53b6eb850d65ba73e60dc489
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/294038
Auto-Submit: Ben Wagner <bungeman@google.com>
Commit-Queue: Julia Lavrova <jlavrova@google.com>
Reviewed-by: Julia Lavrova <jlavrova@google.com>
2020-06-04 13:46:10 +00:00
..
bench Move SkParagraph bits into skparagraph directory. 2020-05-28 13:59:18 +00:00
gm Revert "Revert "gms for SkParagraph"" 2020-06-02 19:26:04 +00:00
include Remove use of ICU C++ API from SkParagraph. 2020-05-28 22:07:40 +00:00
samples Fixing crash when some fonts are unresolved 2020-06-03 22:27:05 +00:00
src Don't leak ref returned by SkFontMgr::matchFamilyStyle. 2020-06-04 13:46:10 +00:00
tests Remove use of ICU C++ API from SkParagraph. 2020-05-28 22:07:40 +00:00
utils Mixed languages text crashes 2020-04-07 17:43:57 +00:00
BUILD.gn Revert "Revert "gms for SkParagraph"" 2020-06-02 19:26:04 +00:00
skparagraph.gni Remove use of ICU C++ API from SkParagraph. 2020-05-28 22:07:40 +00:00
test.html Font resolution: all unit tests working 2019-11-08 17:24:14 +00:00