mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
[Doc] Add font section to rofi-theme manpage.
This commit is contained in:
parent
0db6412ae2
commit
b86907ccab
1 changed files with 17 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue