Fonts in linux
list all fonts
fc-list
fc-list | more
fc-list | grep -i "word"
fc-list | grep -i "Ogham"
font-manager
een zeer praktische tool om fonts toe te voegen en te verwijderen
instal : sudo apt update && sudo apt -y install font-manager
you can start font-manager from the command line or using “run” (child-process using alt + F2)
you can also use it to preview all the managed fonts
Installing and Configuring Fonts :
- download a font file ( xyz .ttf )
- kopieer naar /mnt/data/install/fonts/
- open
font-manager(GUI) - menu > manage > “Manage mode” selecteren ( staat nu bovenaan links)
- “add font” met de plus knop => browse naar de font file in /mnt/data/install/fonts/ en dubbelklik op de file
- font-manager doet de rest ( waaronder een copy the font file(to /USR/SHARE/FONTS ? )
- applicaties moet je eerst afsluiten en weer openen vooraleer je het font kan gebruiken
https://www.novell.com/documentation/suse91/suselinux-adminguide/html/ch04s02.html
number of fonts & performance
- having all the fonts installed ? ( collection of open source fonts hosted by Google : +7000 fonts )
==> there is no perf issue with “normal” use, the fonts themselves won’t slow down anything , they just use up some space. - but :
- some graphics programs (such as gimp - also windows os at startup) scan the fonts at startup
because they need more info from the fonts than the fontconfig database provides
and those programs will start significantly slower. - when fontconfig updates its database (e.g. when additional fonts added / removed ) that will be slower
- some graphics programs (such as gimp - also windows os at startup) scan the fonts at startup
- biggest issue is human capacity : finding a particular font in the list of 100’s or 1000’s fonts
fonts for numerical display
my default font calc is Liberation mono , which is not really ok for numerical data
Arial would be ok, but this is a M$ font available on Windows
Bitstream Vera Serif , 10pt is ok
Crash Numbering Font is redelijk , but bitstream is better
DejaVu Math TeX Gyre is ok , normale DejaVu is echter niet ok voor nummers
ik neem voorlopig ==DejaVu Math TeX Gyre==
https://onextrapixel.com/best-number-fonts/
https://www.quora.com/What-are-good-font-and-style-recommendations-for-dense-data-grids
difference between serif and sans serif
- serif fonts hebben kleine extra “strokes” op het einde van de “font-strepen”
- sans serif fonts hebben dat niet
![[serif versus sans serif.png|400]]
- serif fonts “printen/ogen” mooier
- sans serif fonts renderen beter op een scherm
Microsoft fonts
Verdana & Tahoma (zeer dicht bij Verdana) werden speciaal otwikkeld voor Windows
Als alternatief / verbetering voor Arial.
Tahoma was het official font voor alle office apps en te samen gebruik als windows screen ervoor gezorgd dat ontelbare apps Tahoma gebruiken.
Apple heeft de licentie en gebruikt het ook.
Het is echter closed / propepitary.
Wine heeft kopiƫn gemaakt : Wine Tahoma Regular and Wine Tahoma Bold
https://source.winehq.org/git/wine.git/blob/HEAD:/fonts/tahoma.ttf
https://source.winehq.org/git/wine.git/blob/HEAD:/fonts/tahomabd.ttf