From af18b5e95b1c4da00e9c54ff2a56c1339b9b3814 Mon Sep 17 00:00:00 2001 From: tulthix <tulthix@gmail.com> Date: Fri, 5 Nov 2021 11:33:04 -0500 Subject: Add a blurb on the hspace command --- doc/quick-start.org | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/quick-start.org b/doc/quick-start.org index c8cb6c9..880c1bd 100644 --- a/doc/quick-start.org +++ b/doc/quick-start.org @@ -215,6 +215,10 @@ The syntax for the output template is as follows: - =<fn=1>string</fn>= will print =string= with the first font from =additionalFonts=. The index =0= corresponds to the standard font. +- =<hspace=X/>= will insert a blank horizontal space of =X= pixels. + For example, to add a blank horizontal space of 123 pixels, + =<hspace=123/>= may be used. + - =<icon=/path/to/icon.xbm/>= will insert the given bitmap. XPM image format is also supported when compiled with the =with_xpm= flag. -- cgit v1.2.3