package q9;

import android.content.Context;
import android.graphics.Typeface;
import android.text.TextPaint;

/* JADX INFO: loaded from: classes2.dex */
public final class f extends h {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ Context f32251a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ TextPaint f32252b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ h f32253c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ g f32254d;

    public f(g gVar, Context context, TextPaint textPaint, h hVar) {
        this.f32254d = gVar;
        this.f32251a = context;
        this.f32252b = textPaint;
        this.f32253c = hVar;
    }

    @Override // q9.h
    public final void a(int i10) {
        this.f32253c.a(i10);
    }

    @Override // q9.h
    public final void b(Typeface typeface, boolean z10) {
        this.f32254d.f(this.f32251a, this.f32252b, typeface);
        this.f32253c.b(typeface, z10);
    }
}
