From b86907ccabe24b65f97f191f97d18b68c7ed5947 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Tue, 8 Jun 2021 18:35:21 +0200 Subject: [PATCH] [Doc] Add font section to rofi-theme manpage. --- doc/rofi-theme.5.markdown | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/rofi-theme.5.markdown b/doc/rofi-theme.5.markdown index db22c401..adcdf4c1 100644 --- a/doc/rofi-theme.5.markdown +++ b/doc/rofi-theme.5.markdown @@ -1018,6 +1018,23 @@ It supports the following keys as constraint: } ``` + +## Font Parsing + +Rofi uses [pango](https://pango.gnome.org/) for font rendering. The font should be specified in a format that pango +understands. +This normally is the font name followed by the font size. For example: + +``` +mono 18 +``` + +Or + +``` +FontAwesome 22 +``` + ## Multiple file handling The rasi file format offers two methods of including other files.