diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-16 12:34:17 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-16 12:34:17 +0200 |
commit | ec496289debf2722626406daa3c34d35d35dd567 (patch) | |
tree | e515a2d945ad32a566a07d8fcb23a75d107cc7af /man/feh.1 | |
parent | ed23ca2e3f81af381c2ba6dc2a8924a19f09d1f6 (diff) |
Make --font set the global default font
Diffstat (limited to 'man/feh.1')
-rw-r--r-- | man/feh.1 | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -185,6 +185,10 @@ when .Nm exits. You can add files to filelists by specifying them on the commandline when also specifying the list. +.It Cm -e , --font Ar font +Set global font. Should be a truetype font, resident in the current directory +or the font directory, and should be defined in the form fontname/points, like +.Qq myfont/12 . .It Cm -C , --fontpath Ar path Specify .Ar path @@ -472,11 +476,6 @@ will only redraw once all thumbnails are loaded. . .Sh INDEX MODE OPTIONS .Bl -tag -width indent -.It Cm -e , --font Ar font -Set font for printing the information under each thumbnail. Should be a -truetype font, resident in the current directory or the font directory, and -should be defined in the form fontname/points, like -.Qq myfont/12 . .It Cm -@ , --title-font Ar font Set font to print a title on the index, if no font is specified, no title will be printed. |