From 6b4afe36dad0af0d28f14c832ef7b9a6e2c11ab2 Mon Sep 17 00:00:00 2001 From: nervn Date: Wed, 25 Oct 2023 21:12:24 +0200 Subject: [PATCH] $imageLineHeight --- guide/Image/imageLineHeight.md | 27 +++++++++++++++++++++++++++ guide/function-map.json | 1 + guide/undone.md | 5 +++-- 3 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 guide/Image/imageLineHeight.md diff --git a/guide/Image/imageLineHeight.md b/guide/Image/imageLineHeight.md new file mode 100644 index 0000000..1edfd73 --- /dev/null +++ b/guide/Image/imageLineHeight.md @@ -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: + + + !!exec $imageLineHeight

+
+ + 1.3 + +
\ No newline at end of file diff --git a/guide/function-map.json b/guide/function-map.json index cb44d43..1a659b3 100644 --- a/guide/function-map.json +++ b/guide/function-map.json @@ -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", diff --git a/guide/undone.md b/guide/undone.md index 94fc74f..739fcc4 100644 --- a/guide/undone.md +++ b/guide/undone.md @@ -1,4 +1,4 @@ -# Done (94.12%) +# Done (94.13%) * ~~cacheMember~~ * ~~setServerVar~~ * ~~serverCount~~ @@ -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)