StickerView
StickerView copied to clipboard
How do I get typeface from TextSticker?
you need to add the method manually in TextSticker class just put @NonNull public Typeface getTypeface(){
return textPaint.getTypeface();
}