Add placeholder options
This commit is contained in:
parent
7dc0ad949b
commit
1a9df20313
|
@ -59,3 +59,21 @@ public enum BackgroundStyle {
|
|||
case solidColor(Color)
|
||||
case image(Image)
|
||||
}
|
||||
|
||||
public enum BackgroundStrategy {
|
||||
case randomColor
|
||||
case randomImage
|
||||
}
|
||||
|
||||
public enum TextLocationStrategy {
|
||||
case center
|
||||
case topRight
|
||||
case topLeft
|
||||
case bottomRight
|
||||
case bottomLeft
|
||||
}
|
||||
|
||||
public enum TextSizeFormatStrategy {
|
||||
case points
|
||||
case aspectRatio
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue