DescriptionAdd code to call skia's matchFamilyStyleCharacter API, which
uses the DirectWrite font fallback to find fonts for
characters that do not exist in the default font.
The FontCache and FontDescription changes are refactorings
of shared code out of FontCacheAndroid and FontCacheSkiaWin.
The FontCacheSkiaWin change adds logic to call skia's
matchFamilyStyleCharacter API, which will ultimately call
into DirectWrite.
This requires skia change https://codereview.chromium.org/1740533003/,
which ensures that the font fallback is initialized prior to
sandbox start.
BUG=459056
Patch Set 1 #Patch Set 2 : #
Total comments: 8
Patch Set 3 : Add a numericFontWeight API and reformat for line length #Patch Set 4 : Add tests and rely on skia to initialize font fallback #Patch Set 5 : Merge and fix formatting #Patch Set 6 : Merge #Messages
Total messages: 14 (5 generated)
|