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

Bug#107769: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=107769



On Tue, 28 Oct 2003, Brendan O'Dea wrote:

> Here's what matches the pattern generated by bold_font_name() on my
> system when 8x13 is given:
>
>   $ xlsfonts -fn '-misc-fixed-bold-r-normal--13-120-75-75-c-*-iso8859-1'
>   -misc-fixed-bold-r-normal--13-120-75-75-c-0-iso8859-1
>   -misc-fixed-bold-r-normal--13-120-75-75-c-0-iso8859-1
>   -misc-fixed-bold-r-normal--13-120-75-75-c-70-iso8859-1
>   -misc-fixed-bold-r-normal--13-120-75-75-c-80-iso8859-1
>
> I'm not sure what the first two matches are (derived scalable fonts?)
> although the two following entries match 7x13bold (average width 70) and
> 8x13bold (80).
>
> The effect is as described, specifying only "-fn 8x13" is equivalent to
> "-fn 8x13 -fb 7x13bold".

ok - I guess the problem is that I'm passing an "*" in the column where
70/75/80 appear, and font server is giving me 75 rather than the 80
that would be more correct:

xtermLoadFont normal 8x13
...derived bold -Misc-Fixed-bold-R-Normal--13-120-75-75-C-*-ISO8859-1
same_font_size height 13/13, min 8/7 max 8/7
...got a matching bold font
same_font_size height 13/13, min 8/7 max 8/7
Proportional font! normal 8/8, bold 7/7

(The "/7" parts would be "/8" if it had matched 8x13bold).

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




Reply to: