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

Commit f19e7822 authored by Diego Perez's avatar Diego Perez Committed by Android (Google) Code Review
Browse files

Merge "Fix FontFamily nAddFontWeightStyle in nyc" into nyc-dev

parents 8882ce5c 7eeacc27
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -284,9 +284,9 @@ public class FontFamily_Delegate {
    }

    @LayoutlibDelegate
    /*package*/ static boolean nAddFontWeightStyle(long nativeFamily,
            ByteBuffer buffer, final List<FontListParser.Axis> axes,
            final int weight, final boolean isItalic) {
    /*package*/ static boolean nAddFontWeightStyle(long nativeFamily, ByteBuffer font,
            int ttcIndex, List<FontListParser.Axis> listOfAxis,
            int weight, boolean isItalic) {
        assert false : "The only client of this method has been overriden.";
        return false;
    }