shift glyph horizontally at top level, not components
This commit is contained in:
parent
8a92ffd9bb
commit
196481ccb9
|
@ -648,6 +648,7 @@ struct glyf
|
||||||
} while (composite.move_to_next());
|
} while (composite.move_to_next());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (depth == 1) /* Shift at top level only */
|
||||||
{
|
{
|
||||||
/* Undocumented rasterizer behavior:
|
/* Undocumented rasterizer behavior:
|
||||||
* Shift points horizontally by the updated left side bearing
|
* Shift points horizontally by the updated left side bearing
|
||||||
|
|
Loading…
Reference in New Issue