From ee2b41303756bdfaa8955a1e1fd55396dda936b0 Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Thu, 8 Jan 2015 21:47:45 +0600 Subject: Support for multiple fonts --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 381dbbc..3db4955 100644 --- a/readme.md +++ b/readme.md @@ -198,6 +198,9 @@ For the output template: - `string` will print `string` with `#FF0000` color (red). +- `string` will print `string` with the first font from `fontList`. + The index `0` corresponds to the standard font. + - `` will insert the given bitmap. XPM image format is also supported when compiled with `--flags="with_xpm"`. @@ -227,6 +230,10 @@ Other configuration options: `font` : Name of the font to be used. Use the `xft:` prefix for XFT fonts. +`fontList` +: Haskell-style list of fonts to be used with the `fn`-template. + Use the `xft:` prefix for XFT fonts. + `bgColor` : Background color. -- cgit v1.2.3