Re: Determining font loads on HP apps

From: Chuck Slivkoff (slivkoff-AT-hp-DOT-com_at_localhost.invalid)
Date: 02/20/04


Date: Fri, 20 Feb 2004 01:38:13 GMT

On Thu, 19 Feb 2004 05:37:17 -0800, Zeewin wrote:

> Hello folks,
>
> I have an in house Xapplication calling the following wildcard font:
>
> "-*-helvetica-bold-r-*-*-*-90-*-*-p-*-hp-roman8"

This looks like you are trying to load a 9-point bold Helvetica font
having HP-Roman8 character-set encoding.

There is no bitmap font matching this, so what you are likely getting is
a font scaled by the HP-UX font-server.

You can use the utility "fstobdf" to save the resulting output from the
font-server to a BDF font file:

        fstobdf -s hpserver:7000 \
                -fn "-*-helvetica-bold-r-*-*-*-90-*-*-p-*-hp-roman8"