bug-xboard
[Top][All Lists]
Advanced

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

Re: [Bug-XBoard] font name declaration bug


From: Tim Mann
Subject: Re: [Bug-XBoard] font name declaration bug
Date: Sun, 9 Feb 2014 16:39:55 -0800

That is not a bug. Those options take a string consisting of font
patterns separated by commas. If no match is found for the first
pattern, xboard tries the second one, etc. The commas are a part of
the string.

On Sun, Feb 9, 2014 at 6:44 AM, Александр Дидин <address@hidden> wrote:
> Hi,
> there are misplaced commas "," in the font declarations in files xboard.h:
>
> #define CLOCK_FONT_NAME \
>   "-*-helvetica-bold-r-normal--*-*-*-*-*-*-*-*," \
>   "-misc-fixed-bold-r-normal--*-*-*-*-*-*-*-*," \
>   "-*-*-*-*-*-*-*-*-*-*-*-*-*-*"
> #define COORD_FONT_NAME \
>   "-*-helvetica-bold-r-normal--*-*-*-*-*-*-*-*," \
>   "-misc-fixed-bold-r-normal--*-*-*-*-*-*-*-*," \
>   "-*-*-*-*-*-*-*-*-*-*-*-*-*-*"
> #define DEFAULT_FONT_NAME \
>   "-*-helvetica-medium-r-normal--*-*-*-*-*-*-*-*," \
>   "-misc-fixed-medium-r-normal--*-*-*-*-*-*-*-*," \
>   "-*-*-*-*-*-*-*-*-*-*-*-*-*-*"
>
> Best regards,
> Alexandr
>
> _______________________________________________
> Bug-XBoard mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-xboard



reply via email to

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