GNU bug report logs -
#17973
Thin space not thin at all
Previous Next
Reported by: Stefan Monnier <monnier <at> iro.umontreal.ca>
Date: Tue, 8 Jul 2014 20:19:02 UTC
Severity: normal
Merged with 9787,
12556
Found in versions 23.3, 24.2.50, 24.3.92
Done: Stefan Monnier <monnier <at> IRO.UMontreal.CA>
Bug is archived. No further changes may be made.
Full log
Message #31 received at 17973 <at> debbugs.gnu.org (full text, mbox):
>> > In addition to your patch, could you please try the following patch?
> [...]
>> Looks like this works, indeed! Yay!
> I've just committed both changes to the trunk. But, in this part:
> if (pixel_size * 2 < entity_size || entity_size * 2 < pixel_size)
> /* This size is wrong by more than a factor 2: reject it! */
> return 0xFFFFFFFF;
> the factor 2 is too arbitrary. Don't we need some
> user-controllable variable here?
It's indeed arbitrary. It might deserve a CPP macro, but I'd rather not
add a configurable variable until there's a clear need for it.
2 seems to be large enough that it is hard to imagine a case where it
will rule out a font that the user would want to use, yet it's small
enough that it should solve the problem in the vast majority of cases
where it matters.
Stefan
This bug report was last modified 10 years and 95 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.