PhotoEditor
PhotoEditor copied to clipboard
Custom font add request
Please add custom font function
Hey its already there..
as mentioned in thier doc, you can use below snippet.
mPhotoEditor.addText(mTypeface,inputText, colorCode);
Here, mTypeface is your CUSTOM FONT and you can able to use bold,italic,underline,strike,shadow also.
Refer this test case to usage - TextStyleBuilderTest.kt
This issue is stale because it has been open 20 days with no activity. Remove stale label or comment or this will be closed in 4 days.
This issue was closed because it has been stalled for 5 days with no activity.