StitchFontType

public enum StitchFontType {
    INTER_REGULAR,
    SF_PRO,
    MUSEO_SANS_500,
    EPOCA,
    GOOGLE_MATERIAL_ICONS
}

Last updated