@@ -3,6 +3,7 @@ package com.foke.together.domain.interactor.entity
33import androidx.annotation.DrawableRes
44import androidx.compose.ui.graphics.Color
55import androidx.compose.ui.text.font.FontWeight
6+ import androidx.compose.ui.text.style.TextAlign
67import com.foke.together.domain.R
78
89abstract class CutFrame (
@@ -47,9 +48,9 @@ sealed class DefaultCutFrameSet (
4748 PhotoPosition (159, 106, 16, 369),
4849 ),
4950 emptyList(),
50- datePosition = TextStickerPosition (139, 541,R .font.cascadia_mono, color = Color (34, 34, 34), fontWeight = FontWeight .ExtraBold , fontSize = 6),
51- copyrightPosition = TextStickerPosition (122, 547,R .font.cascadia_mono, color = Color (34, 34, 34), fontWeight = FontWeight .ExtraBold , fontSize = 6),
52- qrCodePosition = QrStickerPosition (25 ,16,530)
51+ datePosition = TextStickerPosition (80, 10, 91, 541,R .font.cascadia_mono, color = Color (34, 34, 34), fontWeight = FontWeight .ExtraBold , fontSize = 6, textAlign = TextAlign . End ),
52+ copyrightPosition = TextStickerPosition (80, 10, 91, 547,R .font.cascadia_mono, color = Color (34, 34, 34), fontWeight = FontWeight .ExtraBold , fontSize = 6, textAlign = TextAlign . End ),
53+ qrCodePosition = QrStickerPosition (30 ,16,530)
5354 )
5455
5556data object FourCurDark : DefaultCutFrameSet (
@@ -64,9 +65,9 @@ data object FourCurDark: DefaultCutFrameSet(
6465 PhotoPosition (159, 106, 16, 369),
6566 ),
6667 emptyList(),
67- datePosition = TextStickerPosition (139, 541,R .font.cascadia_mono, color = Color (170, 170, 170), fontWeight = FontWeight .ExtraBold , fontSize = 6),
68- copyrightPosition = TextStickerPosition (122, 547,R .font.cascadia_mono, color = Color (170, 170, 170), fontWeight = FontWeight .ExtraBold , fontSize = 6),
69- qrCodePosition = QrStickerPosition (25 ,16,530)
68+ datePosition = TextStickerPosition (80, 10, 91, 541,R .font.cascadia_mono, color = Color (170, 170, 170), fontWeight = FontWeight .ExtraBold , fontSize = 6, textAlign = TextAlign . End ),
69+ copyrightPosition = TextStickerPosition (80, 10, 91, 547,R .font.cascadia_mono, color = Color (170, 170, 170), fontWeight = FontWeight .ExtraBold , fontSize = 6, textAlign = TextAlign . End ),
70+ qrCodePosition = QrStickerPosition (30 ,16,530)
7071)
7172
7273 data object MakerFaire : DefaultCutFrameSet (
@@ -81,9 +82,9 @@ data object FourCurDark: DefaultCutFrameSet(
8182 PhotoPosition (159, 106, 16, 369),
8283 ),
8384 emptyList(),
84- datePosition = TextStickerPosition (139, 541,R .font.cascadia_mono, color = Color (238, 238, 238), fontWeight = FontWeight .ExtraBold , fontSize = 6),
85- copyrightPosition = TextStickerPosition (122, 547,R .font.cascadia_mono, color = Color (238, 238, 238), fontWeight = FontWeight .ExtraBold , fontSize = 6),
86- qrCodePosition = QrStickerPosition (25 ,16,530)
85+ datePosition = TextStickerPosition (80, 10, 91, 541,R .font.cascadia_mono, color = Color (238, 238, 238), fontWeight = FontWeight .ExtraBold , fontSize = 6, textAlign = TextAlign . End ),
86+ copyrightPosition = TextStickerPosition (80, 10, 91, 547,R .font.cascadia_mono, color = Color (238, 238, 238), fontWeight = FontWeight .ExtraBold , fontSize = 6, textAlign = TextAlign . End ),
87+ qrCodePosition = QrStickerPosition (30 ,16,530)
8788 )
8889
8990 data object MakerFaire25_1 : DefaultCutFrameSet (
@@ -100,9 +101,9 @@ data object FourCurDark: DefaultCutFrameSet(
100101 listOf(
101102 R .drawable.maker_faire_frame_25_1
102103 ),
103- datePosition = TextStickerPosition (139,541, R .font.cascadia_mono, color = Color (34, 34, 34), fontWeight = FontWeight .ExtraBold , fontSize = 6),
104- copyrightPosition = TextStickerPosition (122,547, R .font.cascadia_mono, color = Color (34, 34, 34), fontWeight = FontWeight .ExtraBold , fontSize = 6),
105- qrCodePosition = QrStickerPosition (25,149,517 )
104+ datePosition = TextStickerPosition (80, 10, 92,546, R .font.cascadia_mono, color = Color (34, 34, 34), fontWeight = FontWeight .ExtraBold , fontSize = 6, textAlign = TextAlign . End ),
105+ copyrightPosition = TextStickerPosition (80, 10, 92,551, R .font.cascadia_mono, color = Color (34, 34, 34), fontWeight = FontWeight .ExtraBold , fontSize = 6, textAlign = TextAlign . End ),
106+ qrCodePosition = QrStickerPosition (30,145,515 )
106107 )
107108
108109 data object MakerFaire25_2 : DefaultCutFrameSet (
@@ -119,9 +120,9 @@ data object FourCurDark: DefaultCutFrameSet(
119120 listOf(
120121 R .drawable.maker_faire_frame_25_2
121122 ),
122- datePosition = TextStickerPosition (139,541, R .font.cascadia_mono, color = Color (34, 34, 34), fontWeight = FontWeight .ExtraBold , fontSize = 6),
123- copyrightPosition = TextStickerPosition (122,547, R .font.cascadia_mono, color = Color (34, 34, 34), fontWeight = FontWeight .ExtraBold , fontSize = 6),
124- qrCodePosition = QrStickerPosition (25,149,517 )
123+ datePosition = TextStickerPosition (80, 10, 92,546, R .font.cascadia_mono, color = Color (34, 34, 34), fontWeight = FontWeight .ExtraBold , fontSize = 6, textAlign = TextAlign . End ),
124+ copyrightPosition = TextStickerPosition (80, 10, 92,551, R .font.cascadia_mono, color = Color (34, 34, 34), fontWeight = FontWeight .ExtraBold , fontSize = 6, textAlign = TextAlign . End ),
125+ qrCodePosition = QrStickerPosition (30,145,515 )
125126 )
126127
127128 data object MakerFaire25_3 : DefaultCutFrameSet (
@@ -138,9 +139,9 @@ data object FourCurDark: DefaultCutFrameSet(
138139 listOf(
139140 R .drawable.maker_faire_frame_25_3
140141 ),
141- datePosition = TextStickerPosition (139,541, R .font.cascadia_mono, color = Color (34, 34, 34), fontWeight = FontWeight .ExtraBold , fontSize = 6),
142- copyrightPosition = TextStickerPosition (122,547, R .font.cascadia_mono, color = Color (34, 34, 34), fontWeight = FontWeight .ExtraBold , fontSize = 6),
143- qrCodePosition = QrStickerPosition (25,149,517 )
142+ datePosition = TextStickerPosition (80, 10, 92,546, R .font.cascadia_mono, color = Color (34, 34, 34), fontWeight = FontWeight .ExtraBold , fontSize = 6, textAlign = TextAlign . End ),
143+ copyrightPosition = TextStickerPosition (80, 10, 92,551, R .font.cascadia_mono, color = Color (34, 34, 34), fontWeight = FontWeight .ExtraBold , fontSize = 6, textAlign = TextAlign . End ),
144+ qrCodePosition = QrStickerPosition (30,145,515 )
144145 )
145146
146147 data object MakerFaire25_4 : DefaultCutFrameSet (
@@ -157,9 +158,9 @@ data object FourCurDark: DefaultCutFrameSet(
157158 listOf(
158159 R .drawable.maker_faire_frame_25_4
159160 ),
160- datePosition = TextStickerPosition (139,541, R .font.cascadia_mono, color = Color (34, 34, 34), fontWeight = FontWeight .ExtraBold , fontSize = 6),
161- copyrightPosition = TextStickerPosition (122,547, R .font.cascadia_mono, color = Color (34, 34, 34), fontWeight = FontWeight .ExtraBold , fontSize = 6),
162- qrCodePosition = QrStickerPosition (25,149,517 )
161+ datePosition = TextStickerPosition (80, 10, 92,546, R .font.cascadia_mono, color = Color (34, 34, 34), fontWeight = FontWeight .ExtraBold , fontSize = 6, textAlign = TextAlign . End ),
162+ copyrightPosition = TextStickerPosition (80, 10, 92,551, R .font.cascadia_mono, color = Color (34, 34, 34), fontWeight = FontWeight .ExtraBold , fontSize = 6, textAlign = TextAlign . End ),
163+ qrCodePosition = QrStickerPosition (30,145,515 )
163164 )
164165
165166 companion object {
0 commit comments