package io.github.inflationx.calligraphy3;
/* loaded from: classes.dex */
public interface FontMapper {
String map(String str);
}