[font] Fix internal sign of x/y_scale

Should have been done as part of da97541988
This commit is contained in:
Behdad Esfahbod 2011-05-10 19:57:00 -04:00
parent 85e6218e33
commit 11bb8fe7b3
1 changed files with 2 additions and 2 deletions

View File

@ -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;