[gdef] Fix delta scale
This commit is contained in:
parent
4ac6cc284b
commit
3840b6b505
|
@ -140,7 +140,7 @@ struct CaretValueFormat3
|
||||||
{
|
{
|
||||||
/* TODO vertical */
|
/* TODO vertical */
|
||||||
return _hb_16dot16_mul_round (context->font->x_scale, coordinate) +
|
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) {
|
inline bool sanitize (SANITIZE_ARG_DEF) {
|
||||||
|
|
Loading…
Reference in New Issue