StickerView icon indicating copy to clipboard operation
StickerView copied to clipboard

how to control the text size for TextSticker

Open mrsokkary opened this issue 7 years ago • 1 comments

can any one advise on how to control the text size for the TextStikcer i try to add custom method to set the test size but i see no changes what i need to do is have something like scroll for size change when the user use it the text size for selected Stikcer changes according to the value of the scroll bar

mrsokkary avatar Apr 17 '17 12:04 mrsokkary

getCurrentStricker().setMaxTextSize((float) value); stickerView.invalidate();

use this methods !!!1

PriteshBhanderi avatar Aug 11 '18 09:08 PriteshBhanderi