From 3b2bcb3c339bf63794e6b006519a13746874472e Mon Sep 17 00:00:00 2001 From: tiyn Date: Fri, 6 Sep 2024 01:16:26 +0200 Subject: [PATCH] font configuration: added fontforge --- wiki/linux/font_configuration.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/wiki/linux/font_configuration.md b/wiki/linux/font_configuration.md index 0bdb9b4..84d31b6 100644 --- a/wiki/linux/font_configuration.md +++ b/wiki/linux/font_configuration.md @@ -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 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 A font can be added to the local users fonts using a `.ttf` file.