summaryrefslogtreecommitdiffhomepage
path: root/doc/quick-start.org
diff options
context:
space:
mode:
Diffstat (limited to 'doc/quick-start.org')
-rw-r--r--doc/quick-start.org4
1 files changed, 4 insertions, 0 deletions
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.