Closed MahdiFarzami closed 5 years ago
Hi , i get this error --> The R.attr.fontPath not resolve. for this line --> setFontAttrId(R.attr.fontPath)
ViewPump.init( ViewPump.builder() .addInterceptor( CalligraphyInterceptor( CalligraphyConfig.Builder() .setDefaultFontPath(FONTS_ASSET_PATH + FONT_NAME_REGULAR) .setFontAttrId(R.attr.fontPath) .build() ) ) .build()
Library using implementation 'io.github.inflationx:calligraphy3:3.1.1'
hello sir.. you dont need to call .setFontAttrId(R.attr.fontPath) :)
.setFontAttrId(R.attr.fontPath)
Hi , i get this error --> The R.attr.fontPath not resolve. for this line --> setFontAttrId(R.attr.fontPath)
ViewPump.init( ViewPump.builder() .addInterceptor( CalligraphyInterceptor( CalligraphyConfig.Builder() .setDefaultFontPath(FONTS_ASSET_PATH + FONT_NAME_REGULAR) .setFontAttrId(R.attr.fontPath) .build() ) ) .build()
Library using implementation 'io.github.inflationx:calligraphy3:3.1.1'