search for: pixelsize

Displaying 1 result from an estimated 1 matches for "pixelsize".

2001 Feb 06
2
X11 warnings about "wrong" font sizes (PR#840)
...g that makes people wonder whether they misconfigured the font server again.) The patch below moves Peter's scaling equation up, before the font cache check and directly writes to size. Thus it's true that: variable size == (IS_100DPI ? scaled requested size : requested size) variable pixelsize == (font available ? size (same as above) : size of allocated font) Regards, -tom *** ../src/unix/X11/devX11.c Tue Feb 6 09:27:48 2001 --- ../src/unix/X11/devX11.c~ Fri Feb 2 08:20:37 2001 *************** *** 834,855 **** if (size < SMALLEST) size = SMALLEST; face--;...