[gdef] Fix delta scale

This commit is contained in:
Behdad Esfahbod 2010-04-29 03:48:27 -04:00
parent 4ac6cc284b
commit 3840b6b505

View File

@ -140,7 +140,7 @@ struct CaretValueFormat3
{
/* TODO vertical */
return _hb_16dot16_mul_round (context->font->x_scale, coordinate) +
((this+deviceTable).get_delta (context->font->x_ppem) << 6);
((this+deviceTable).get_delta (context->font->x_ppem) << 16);
}
inline bool sanitize (SANITIZE_ARG_DEF) {