Archived
Implemented functionality in settings for text style, size, opacity, highlight style, intensity, opacity, and order
This commit is contained in:
@@ -22,7 +22,7 @@ class CanvasText {
|
||||
}
|
||||
|
||||
val widgetSize = storage.getSize()
|
||||
val outlineSize = storage.getOutlineSize()
|
||||
val outlineSize = storage.getOutlineSizeNew().toFloat()
|
||||
|
||||
val bmp = if (isPreview) {
|
||||
Bitmap.createBitmap(1024, 256, Bitmap.Config.ARGB_8888)
|
||||
|
||||
Reference in New Issue
Block a user