Skip to content

Commit

Permalink
$imageLineHeight
Browse files Browse the repository at this point in the history
  • Loading branch information
NervN committed Oct 25, 2023
1 parent 84c7cf9 commit 6b4afe3
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
27 changes: 27 additions & 0 deletions guide/Image/imageLineHeight.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# $imageLineHeight

Get or Set Line height used while drawing text in image builder, default is 1.\
5

## Usage

```bash
$imageLineHeight[New Value (leave empty for get)]
```

### Example (setting):
```bash
$imageLineHeight[1.3]


```

### Example:
<discord-messages>
<discord-message :bot="false" role-color="#ffcc9a" author="Member">
!!exec $imageLineHeight<br><br>
</discord-message>
<discord-message :bot="true" role-color="#0099ff" author="Custom Command" avatar="https://media.discordapp.net/avatars/725721249652670555/781224f90c3b841ba5b40678e032f74a.webp">
1.3
</discord-message>
</discord-messages>
1 change: 1 addition & 0 deletions guide/function-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"imagedrawback": "Image/imageDrawBack.md",
"imagefill": "Image/imageFill.md",
"imageheight": "Image/imageHeight.md",
"imagelineheight": "Image/imageLineHeight.md",
"imageloademoji": "Image/imageLoadEmoji.md",
"imageloadfromurl": "Image/imageLoadFromURL.md",
"imageoutput": "Image/imageOutput.md",
Expand Down
5 changes: 3 additions & 2 deletions guide/undone.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Done (94.12%)
# Done (94.13%)
* ~~cacheMember~~
* ~~setServerVar~~
* ~~serverCount~~
Expand Down Expand Up @@ -511,8 +511,9 @@
* ~~createAutomodKeyword~~
* ~~editAutomodKeyword~~
* ~~deleteAutomod~~
* ~~imageLineHeight~~

# Not done (5.88%)
# Not done (5.87%)
* [getMessage](./Unclassified/getMessage.md)
* [slowmode](./Unclassified/slowmode.md)
* [hasEmbeds](./Unclassified/hasEmbeds.md)
Expand Down

0 comments on commit 6b4afe3

Please sign in to comment.