pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Wily: Support of large fonts
On Thu, 20 Jul 2017 09:26:45 +0200
trebol <trebol55555%yandex.ru@localhost> wrote:
> Hello Wily's maintainer,
>
> patches/patch-include_libg.h
>
> $NetBSD$
>
> --- include/libg.h.orig 1998-04-06 03:49:05.000000000 +0000
> +++ include/libg.h
> @@ -91,12 +91,12 @@ struct Fontchar
>
> struct Subfont
> {
> - short minrow; /* first character row in font (for X
> subfonts) */
> - short mincol; /* first character col in font (for X
> subfonts) */
> - short minchar; /* first char code in subfont */
> - short maxchar; /* last char code in subfont */
> - short width; /* number of chars in row */
> - short n; /* number of chars in font */
> + int minrow; /* first character row in font (for X
> subfonts) */
> + int mincol; /* first character col in font (for X
> subfonts) */
> + int minchar; /* first char code in subfont */
> + int maxchar; /* last char code in subfont */
> + int width; /* number of chars in row */
> + int n; /* number of chars in font */
> unsigned char height; /* height of bitmap */
> char ascent; /* top of bitmap to baseline */
> Fontchar *info; /* n+1 character descriptors */
I am not wilys maintainer but I have updated wily to version 0.13.42
that includes this fix.
Regards,
Niclas Rosenvik
Home |
Main Index |
Thread Index |
Old Index