[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: custom fixed terminal font testing



On 9/8/13, Nick Croft <n@xjcs.org> wrote:
> * Zenaan Harkness (zen@freedbms.net) wrote:
>> So I've customized fixed-misc 6x10 font to create fixed-zen-6x10 font
>> and xfontsel does not show my font.
>>
>> Of course, I want to load an xterm with my funky font changes.
>> Anyone know what step I am missing?
>
> Could it be something simple like reload the xserver?

Finally got to restart X yesterday (been having to suspend only till
now). Does not seem to help.

$ fc-list|egrep -i zen
/home/justa/.fonts/FixedZen-10-ISO10646.pcf.gz: Zen:style=Regular

And I am running:
uxterm -fn FixedZen

with many variations on font name, eg FixedZen-10, Zen, etc.

A key change to the font is a dot in the zero.

I'm not sure if this is relevant:
$ cat ~/.fonts.conf
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
  <include ignore_missing="yes">/var/lib/defoma/fontconfig.d/fonts.conf</include>
<!-- Uncomment below to enable bitmapped fonts -->
  <dir>/usr/X11R6/lib/X11/fonts</dir>
  <match target="font">
    <test qual="all" name="rgba">
      <const>unknown</const>
    </test>
    <edit name="rgba" mode="assign"><const>rgb</const></edit>
  </match>
<!-- Uncomment below to enable the freetype autohinter module -->
  <match target="font">
    <edit name="autohint" mode="assign">
      <bool>true</bool>
    </edit>
  </match>
</fontconfig>


TIA
Zenaan


Reply to: