* src/autohint/ahhint.c: small fix to the stem width optimisation
This commit is contained in:
parent
f041e82c89
commit
4a1cdf133b
|
@ -1,3 +1,7 @@
|
|||
2003-01-22 David Chester <davidchester@qmx.net>
|
||||
|
||||
* src/autohint/ahhint.c: small fix to the stem width optimisation
|
||||
|
||||
2003-01-22 David Turner <david@freetype.org>
|
||||
|
||||
* include/freetype/ftbdf.h, include/freetype/internal/bdftypes.h,
|
||||
|
|
|
@ -124,7 +124,7 @@
|
|||
|
||||
else if ( ( base_flags & AH_EDGE_ROUND ) )
|
||||
{
|
||||
if ( dist < 96 )
|
||||
if ( dist < 80 )
|
||||
dist = 64;
|
||||
}
|
||||
else if ( dist < 56 )
|
||||
|
|
Loading…
Reference in New Issue