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

Commit 7eeacc27 authored by Diego Perez's avatar Diego Perez
Browse files

Fix FontFamily nAddFontWeightStyle in nyc

Change-Id: I156812384c758edbd6efa23fd18a0ce7b9b82993
parent 2a452d48
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;
    }