font configuration: added fontforge

master
tiyn 2 months ago
parent 38c6258439
commit 3b2bcb3c33

@ -53,6 +53,15 @@ Follow the section on [adding new fonts](#adding-new-font-to-configuration) and
This section addresses important commands and packages for the configuration of This section addresses important commands and packages for the configuration of
fonts. fonts.
### Show Characters Of A Font
Using [FontForge](https://fontforge.org/en-US/) all characters of a given `.ttf` file can be shown.
The following shows the structure of a command to call FontForge with a file.
```ssh
fontforge arial.ttf
```
### Add TTF Font ### Add TTF Font
A font can be added to the local users fonts using a `.ttf` file. A font can be added to the local users fonts using a `.ttf` file.

Loading…
Cancel
Save