Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add flip()
Add rotation in printText()
  • Loading branch information
guhungry authored Mar 27, 2024
1 parent 3aa6487 commit 671a514
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Print text into image
| color | UIColor* | Yes | Text color |
| font | UIFont | Yes | Font to use |
| thickness | Float | No | Outline of text. Default = 0 |
| rotation | Float | No | Rotation angle in degrees |
| scale | CGFloat | No | Scale of result image. Default = image.scale |

### [image overlayImage]
Expand All @@ -66,6 +67,13 @@ Overlay image on top of background image
| overlay | UIImage* | Yes | Overlay image |
| position | CGPoint | Yes | Position of overlay image in background image |

### [image flip]
Flip the image horizontally and/or vertically

| NAME | TYPE | REQUIRED | DESCRIPTION |
|------------|-----------------------|----------|------------------------------------------------------------------------|
| mode | FlipMode | Yes | Flip mode .Vertical or .Horizontal |


## Usage FileUtils

Expand Down

0 comments on commit 671a514

Please sign in to comment.