Migrate font fallback on Mac to Skia implementation
The gfx GetFontFallback(...) using Skia is using the same API under the hood than font_fallback_mac.mm. see: https://cs.chromium.org/chromium/src/third_party/skia/src/ports/SkFontHost_mac.cpp?l=3043 This CL is doing the migration to use GetSkiaFallbackTypeface(..) like other platforms to have an more uniform results. Skia Implementation also supported other corner cases like decomposition. see: ui/gfx/font_fallback_skia_impl.cc Bug: 1026735 Change-Id: If26ce32a0a826fea688dbbf25977ffb7590e31df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2075222Reviewed-by:Dominik Röttsches <drott@chromium.org> Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Cr-Commit-Position: refs/heads/master@{#745591}
Showing
Please register or sign in to comment