How to get Emacs to use a font that is not installed?
Background
My USB flash drive has the font that I want to use, but the school's computer room doesn't give students admin permission, so I can't install the font.
Useful Information
An IDE called Portacle, which is (I guess) essentially a configured/encapsulated Emacs and doesn't require root/admin privilege to install and run, can display fonts that are NOT installed on my computers for either GNU/Linux or MS-Windows (macOS is untested yet). I can find the corresponding font's TTF file in its directory.
(font-family-list)
and pick a font from it which best fits own requirements during the initialization. By the way: if I run this function in the scratch buffer with C-j (with wrapping on) the buffer becomes so slow that it only helps to delete the line to make it responsive again and make the output with each list item on an own line. – Claudio May 03 '23 at 12:10portacle/all/fonts/
– nega May 03 '23 at 18:55portacle/config/fontconfig/fonts.conf
– nega May 03 '23 at 19:09