LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-04-2018, 11:00 AM   #1
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
needing to match fonts from a different Linux Distro.


Does anyone know their fonts?

I'm in Manjaro using blender. Slack "stable" does not have video driver to use blenders GPU computations, but I seen that current does, so when I opened my blender file in current the fonts where off, as I've already rendered a good part of this out, I need to find 'Z003 Medium Italic" for Slack.
 
Old 07-04-2018, 01:39 PM   #2
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,220

Rep: Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319
Run "fc-list" (no arguments) and "fc-match" (needs arguments) in Manjaro. They'll tell you which filename is matched to the "Z003 Medium Italic" font name.
 
1 members found this post helpful.
Old 07-04-2018, 02:04 PM   #3
BradReed
Member
 
Registered: Apr 2015
Location: Earth
Distribution: Slackware-current
Posts: 106

Rep: Reputation: 55
On my Slackware -current:

$ fc-list | grep Z003
/usr/share/fonts/OTF/Z003-MediumItalic.otf: Z003:style=Medium Italic

$ grep Z003 /var/log/packages/*
/var/log/packages/ghostscript-9.23-x86_64-3:usr/share/ghostscript/9.23/Resource/Font/Z003-MediumItalic
/var/log/packages/urw-core35-fonts-otf-20170801_91edd6e_git-noarch-2:usr/share/fonts/OTF/Z003-MediumItalic.otf

I suggest maybe installing these or their equivalents in your version:
ghostscript-9.23-x86_64-3
ghostscript-fonts-std-8.11-noarch-3
urw-core35-fonts-otf-20170801_91edd6e_git-noarch-2
 
1 members found this post helpful.
Old 07-04-2018, 02:14 PM   #4
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by dugan View Post
Run "fc-list" (no arguments) and "fc-match" (needs arguments) in Manjaro. They'll tell you which filename is matched to the "Z003 Medium Italic" font name.
Code:
$ fc-match "Z003 Medium Italic"
Vera.ttf: "Bitstream Vera Sans" "Roman"
 
Old 07-04-2018, 02:15 PM   #5
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by BradReed View Post
On my Slackware -current:

$ fc-list | grep Z003
/usr/share/fonts/OTF/Z003-MediumItalic.otf: Z003:style=Medium Italic

$ grep Z003 /var/log/packages/*
/var/log/packages/ghostscript-9.23-x86_64-3:usr/share/ghostscript/9.23/Resource/Font/Z003-MediumItalic
/var/log/packages/urw-core35-fonts-otf-20170801_91edd6e_git-noarch-2:usr/share/fonts/OTF/Z003-MediumItalic.otf

I suggest maybe installing these or their equivalents in your version:
ghostscript-9.23-x86_64-3
ghostscript-fonts-std-8.11-noarch-3
urw-core35-fonts-otf-20170801_91edd6e_git-noarch-2
ha - I did ls /var/packages | grep ...

I'll try that when I'm back in slack, and Investigate a little deeper.
thanks

Last edited by BW-userx; 07-04-2018 at 02:16 PM.
 
Old 07-04-2018, 04:10 PM   #6
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,220

Rep: Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319
Try BadReed's suggestion first, but if that doesn't work you can also try the following:

Put the following to ~/.config/fontconfig/conf.d/10-local.conf and then do "fc-cache -f -v":

Code:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>

  <alias>
    <family>Z003</family>
    <prefer>
      <family>Bitstream Vera Sans</family>
    </prefer>
  </alias>

</fontconfig>
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
What distro would be the closest match for Amazon Linux AMI? UCBCarebear Linux - Server 2 01-11-2013 03:52 PM
[SOLVED] Search Forums: Getting an exact match for expression LINUX DISTRO. stf92 LQ Suggestions & Feedback 10 08-13-2011 02:45 PM
which distro of RH Linux is a best match for my PC Arch. and Config. caller1010 Linux - Enterprise 1 09-18-2006 01:15 PM
Needing a basic Distro brandon14u2 Linux - Distributions 5 10-07-2005 04:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:04 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration