Skip to content

Commit

Permalink
fvmetrics.c: partial revert of 1033bc6
Browse files Browse the repository at this point in the history
Fixes #4955
  • Loading branch information
jtanx authored and ctrlcctrlv committed Dec 31, 2022
1 parent 0580991 commit e89f68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fontforge/fvmetrics.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ return;
SCSynchronizeWidth(sc,width,sc->width,fv);
}
if ( transform[4]!=0 ) {
FVTrans(fv,sc,transform,NULL,fvt_alllayers);
FVTrans(fv,sc,transform,NULL, fvt_dontmovewidth | fvt_alllayers);
bvts[0].x = transform[4];
for ( bdf = fv->sf->bitmaps; bdf!=NULL; bdf=bdf->next ) if ( bdf->glyphs[sc->orig_pos]!=NULL )
BCTrans(bdf,bdf->glyphs[sc->orig_pos],bvts,fv);
Expand Down

0 comments on commit e89f68a

Please sign in to comment.