Re: [Mac-emacs-users] Postscript type 1 font sizes
                
                Brought to you by:
                
                    akochoi
                    
                
            
            
        
        
        
    | 
     
      
      
      From: Andrew C. <ak...@cs...> - 2001-11-22 22:57:27
      
     
   | 
Mitchell L Model <ml...@ac...> writes: > The X Window System name for some kinds of fonts has a 0 for font > size. For instance if I do: > > (add-to-list > 'default-frame-alist > '(font . "-apple-american typewriter-*-12-*-mac-roman") > ) > > it can't find the font. However, if I do: > > (add-to-list > 'default-frame-alist > '(font . "-apple-american typewriter-*-mac-roman") > ) > > it does find the font. How do I set the font size in that case? How about -apple-american typewriter-medium-r-*--*-120-*-*-*-*-mac-roman?  |