Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d865c624 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update Paint#mFontVariationSettings in set() and reset()" into oc-dev

parents bf7f23cc 425e719c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -529,6 +529,7 @@ public class Paint {
        setTextLocales(LocaleList.getAdjustedDefault());
        setElegantTextHeight(false);
        mFontFeatureSettings = null;
        mFontVariationSettings = null;
    }

    /**
@@ -565,6 +566,7 @@ public class Paint {
        mBidiFlags = paint.mBidiFlags;
        mLocales = paint.mLocales;
        mFontFeatureSettings = paint.mFontFeatureSettings;
        mFontVariationSettings = paint.mFontVariationSettings;
    }

    /** @hide */