Implemented functionality in settings for text style, size, opacity, highlight style, intensity, opacity, and order

This commit is contained in:
denizk0461
2023-05-16 09:49:16 +02:00
parent 8454d4f924
commit 7b598903ae
7 changed files with 124 additions and 30 deletions
@@ -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)