[font] Fix internal sign of x/y_scale
Should have been done as part of da97541988
This commit is contained in:
parent
85e6218e33
commit
11bb8fe7b3
|
@ -84,8 +84,8 @@ struct _hb_font_t {
|
|||
|
||||
hb_face_t *face;
|
||||
|
||||
unsigned int x_scale;
|
||||
unsigned int y_scale;
|
||||
int x_scale;
|
||||
int y_scale;
|
||||
|
||||
unsigned int x_ppem;
|
||||
unsigned int y_ppem;
|
||||
|
|
Loading…
Reference in New Issue