package com.bytedance.adsdk.ro.lb;

import android.graphics.Typeface;

/* JADX INFO: loaded from: classes.dex */
public class lb {
    private final String fm;
    private Typeface jnr;

    /* JADX INFO: renamed from: lb, reason: collision with root package name */
    private final String f6242lb;
    private final String ro;
    private final float yz;

    public lb(String str, String str2, String str3, float f10) {
        this.fm = str;
        this.ro = str2;
        this.f6242lb = str3;
        this.yz = f10;
    }

    public String fm() {
        return this.fm;
    }

    public String lb() {
        return this.f6242lb;
    }

    public String ro() {
        return this.ro;
    }

    public Typeface yz() {
        return this.jnr;
    }

    public void fm(Typeface typeface) {
        this.jnr = typeface;
    }
}
