diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2015-11-19 23:25:33 +0000 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2015-11-19 23:25:33 +0000 |
commit | 2737649cef4f4651fb05b5b437185b2c44d2b4bc (patch) | |
tree | 857eb5c3f6f75ce3136186629421050281c71bbf /doc | |
parent | 28c53b379be0ab551587fcdfefc13fcaae9a2302 (diff) | |
download | imv-2737649cef4f4651fb05b5b437185b2c44d2b4bc.tar.gz |
Use fontconfig to search for fonts
Diffstat (limited to 'doc')
-rw-r--r-- | doc/imv.1 | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -3,7 +3,7 @@ imv \- image viewer .SH SYNOPSIS .nf -\fBimv\fP [-rfaudh] [-n NUM] [images...] +\fBimv\fP [-rfaudh] [-n NUM] [-b COLOR] [-e FONT:SIZE] [images...] .fi .sp .SH DESCRIPTION @@ -39,6 +39,10 @@ Start at picture number NUM. .TP .BI "-b " BG Set the background color. Either 'checks' or a hex color value. +.TP +.BI "-e " FONT:SIZE +Set the font used by the overlay. FONT can be any valid system font, such as +FreeSans, FreeMono, etc. Defaults to FreeMono:24. .SH CONTROLS .sp imv can be controlled using the mouse or keyboard. |