emacs-devel
[Top][All Lists]
Advanced

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

struct face question


From: Po Lu
Subject: struct face question
Date: Fri, 16 Sep 2022 13:35:45 +0800

Is it ever valid for face->fontset to be -1?  The X font backend doesn't
support scaling fonts, so displaying the separator-line face fails to
find a font with height 0.1, causing the following part of
realize_gui_face to be called:

      else
        {
          face->font = NULL;
          face->fontset = -1;
        }

leading to face_for_char aborting from face->fontset being -1 later on.


reply via email to

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