swarm-support
[Top][All Lists]
Advanced

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

Re: Problem with BLT and fonts


From: Hal L DeVore
Subject: Re: Problem with BLT and fonts
Date: Tue, 20 May 1997 10:46:06 -0500

address@hidden wrote:
> font "*-Helvetica-Bold-R-Normal-*-12-120-*" doesn't exist

You are probably running with an X font path that does not include the 
75-dpi fonts, or you haven't installed the 75-dpi fonts.  I do this too.

The fonts in the blt demos are "overspecified" in that they include BOTH a 
point size (120 or 12.0 point) AND a pixel size (12).
ONLY will match a very specific font

Just edit the demo programs, search for all occurences of the word "font" 
and for each overspecified font change the pixel size to an "*" (for 
example where you find:
        *-Helvetica-Bold-R-Normal-*-12-120-*
in the code change it to:
        *-Helvetica-Bold-R-Normal-*-*-120-*

Hal



                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.
                  ==================================


reply via email to

[Prev in Thread] Current Thread [Next in Thread]