am 673af558: Merge "Disable fallback chaining in Skia." into lmp-dev
* commit '673af5582dda0d0cb8a3667fbadef747d22193f1': Disable fallback chaining in Skia.
This commit is contained in:
@@ -64,10 +64,6 @@ static JMetricsID gFontMetricsInt_fieldID;
|
||||
static void defaultSettingsForAndroid(Paint* paint) {
|
||||
// GlyphID encoding is required because we are using Harfbuzz shaping
|
||||
paint->setTextEncoding(Paint::kGlyphID_TextEncoding);
|
||||
|
||||
SkPaintOptionsAndroid paintOpts = paint->getPaintOptionsAndroid();
|
||||
paintOpts.setUseFontFallbacks(true);
|
||||
paint->setPaintOptionsAndroid(paintOpts);
|
||||
}
|
||||
|
||||
class PaintGlue {
|
||||
|
||||
Reference in New Issue
Block a user