StickerView icon indicating copy to clipboard operation
StickerView copied to clipboard

How do I get typeface from TextSticker?

Open hareshbudheliya opened this issue 8 years ago • 1 comments

hareshbudheliya avatar Jul 07 '17 07:07 hareshbudheliya

you need to add the method manually in TextSticker class just put @NonNull public Typeface getTypeface(){

  return textPaint.getTypeface();

}

chnouman avatar Jul 21 '17 13:07 chnouman