I raise the question because I’ve tried with only partial success.
The fonts are commercial ones, from Adobe, with filenames like:
BLADD___.PFB*
BLADD___.PFM*
and they are identified by the command fileas
BLADD___.PFB: PostScript Type 1 font program data (BellCentennial-Address 001.000)
BLADD___.PFM: Printer Font Metrics BellCentennial-Address, 1351 bytes, Bell Centennial Address
It seemingly did work fine to install such fonts by the relevant module in KDE’s systemsettings. They show up as the should in KCharselect. But when I try to use them in a word processor like LibreOffice, the fonts are non-existing. Why?
What have I failed to do? Can someone tell me what I should do or point in the right direction?
I must emphasize that installing open and freetrue type fonts in the manner described above works flawless and without any hassle whatsoever. Those TTF fonts are available in LibreOffice.
@Abigail_Donovan Hi, assuming they are in standard locations for your user(?) just run fc-cache -f -v to update/rebuild the font database, it should show the locations and any fonts it processed in the output.
I followed your instructions. Still, despite it, those fonts are not shown (or can be used) in LibreOffice. But in KCharselect they are, as before.
The cache was rebuilt by fc-cachewith the switch --really-force and almost (but not exactly every one) all files in .cache/fontconfig in my home directory have a new timestamp accordingly.
So there still must be something missing.
The fonts from Adobe are all in /usr/local/share/fonts/[a-z] and the permissions looks OK:
Amazing. I just took for granted that Type 1 is still supported. I never took care to check it out. I apologize to you all for me overlooking that fact (KCharselect fooled me).
So I have to fall back to convert the old Type 1 fonts to… what? TTFs? with FontForge, then? Any alternatives?
Yes, when I used fc-cat after the rebuilding of the cache. I could grep for the newly installed type 1 fonts. It looked alright, as far I’m able to tell.
Just as a footnote: Here is a post [July 2017] that starts with:
“Please be aware that, as of LibreOffice version 5.3 (the Leap 42.2 update this week), LibreOffice no longer supports Type 1 (Postscript) fonts.”