/[emacs]/emacs/src/xfaces.c
ViewVC logotype

Diff of /emacs/src/xfaces.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.250.2.1 by handa, Fri Mar 1 01:49:55 2002 UTC revision 1.250.2.2 by handa, Tue May 7 04:51:27 2002 UTC
# Line 6072  try_font_list (f, attrs, family, registr Line 6072  try_font_list (f, attrs, family, registr
6072    int nfonts = 0;    int nfonts = 0;
6073    Lisp_Object face_family = attrs[LFACE_FAMILY_INDEX];    Lisp_Object face_family = attrs[LFACE_FAMILY_INDEX];
6074    
6075    if (STRINGP (face_family))    if (!NILP (family))
     nfonts = try_alternative_families (f, face_family, registry, fonts);  
   
   if (nfonts == 0 && !NILP (family))  
6076      nfonts = try_alternative_families (f, family, registry, fonts);      nfonts = try_alternative_families (f, family, registry, fonts);
6077    
6078      if (nfonts == 0 && STRINGP (face_family))
6079        nfonts = try_alternative_families (f, face_family, registry, fonts);
6080    
6081    /* Try font family of the default face or "fixed".  */    /* Try font family of the default face or "fixed".  */
6082    if (nfonts == 0)    if (nfonts == 0)
6083      {      {

Legend:
Removed from v.1.250.2.1  
changed lines
  Added in v.1.250.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26