From c84ccb215760e14556f6ca88aa58d6463ae2819f Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 8 Feb 2024 12:24:25 +0000 Subject: [PATCH] update docs [bot] --- docs/inkycal.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/inkycal.html b/docs/inkycal.html index 9fd09ef..a2c01b1 100644 --- a/docs/inkycal.html +++ b/docs/inkycal.html @@ -321,7 +321,7 @@ splitting the text into the next chunk.

inkycal.custom.functions.write(image, xy, box_size, text, font=None, **kwargs)
-

Writes text on a image.

+

Writes text on an image.

Writes given text at given position on the specified image.

Args:
    @@ -340,9 +340,9 @@ as much of the box-height as possible.

  • colour: black by default, do not change as it causes issues with rendering on e-Paper.

  • rotation: Rotate the text with the text-box by a given angle anti-clockwise.

  • -
  • fill_width: Decimal representing a percentage e.g. 0.9 # 90%. Fill a +

  • fill_width: Decimal representing a percentage e.g. 0.9 # 90%. Fill maximum of 90% of the size of the full width of text-box.

  • -
  • fill_height: Decimal representing a percentage e.g. 0.9 # 90%. Fill a +

  • fill_height: Decimal representing a percentage e.g. 0.9 # 90%. Fill maximum of 90% of the size of the full height of the text-box.