From cd337c9a9a10f388f74ba34f3945e64819576794 Mon Sep 17 00:00:00 2001 From: annwan Date: Tue, 17 Jun 2025 17:44:56 +0200 Subject: [PATCH] Update README.org --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 54761f6..b0403d6 100644 --- a/README.org +++ b/README.org @@ -31,13 +31,13 @@ Use your script as a function which formats strings Available options are - ~width~ :: The width of the resulting text in absolute length, also informs the linewidth for the graphemy typesetter if it is not set separately. (default: auto) -- height :: The height of the resulting text in absolute length. If both ~width~ and ~height~ are set, informs the shape of the bounding box for the text. (default: auto) +- ~height~ :: The height of the resulting text in absolute length. If both ~width~ and ~height~ are set, informs the shape of the bounding box for the text. (default: auto) - ~margin~ :: The margin left around the image by graphemy, useful in stroke-based scripts. (defaulut: 0) - ~comment~ :: Doesn’t do anything in practice, only added for completness of the Graphemy rendering options. (default: none) - ~fg~ :: the foreground color of the rendered text, specified as a Typst color value (default: color.black) -- bg :: the background color of the rendered text, specified as a Typst color value (default: none) +- ~bg~ :: the background color of the rendered text, specified as a Typst color value (default: none) - ~linewidth~ :: the logical linewidth in absolute length, if it isn’t specified but ~width~ is, it is used instead, otherwise the default is 100pt. -- scale :: overall scale factor of the text, doesn’t affect the typst bounding box, just the scaling. +- ~scale~ :: overall scale factor of the text, doesn’t affect the typst bounding box, just the scaling. ** License