summaryrefslogtreecommitdiff
path: root/src/pcf/pcfread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcf/pcfread.c')
-rw-r--r--src/pcf/pcfread.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pcf/pcfread.c b/src/pcf/pcfread.c
index df8f5fd29..ee65ae5d6 100644
--- a/src/pcf/pcfread.c
+++ b/src/pcf/pcfread.c
@@ -1014,8 +1014,7 @@ THE SOFTWARE.
(FT_Pos)( ( prop->value.integer * bsize->size + 36 ) / 72 );
if ( bsize->height == 0 )
- bsize->height =
- (FT_Short)( ( bsize->size * bsize->y_ppem + 2048 ) / 64 / 64 );
+ bsize->height = (FT_Short)( ( bsize->y_ppem + 32 ) / 64 );
if ( bsize->height == 0 )
bsize->height = 12;