projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85e6218
)
[font] Fix internal sign of x/y_scale
author
Behdad Esfahbod
<behdad@behdad.org>
Tue, 10 May 2011 23:57:00 +0000
(19:57 -0400)
committer
Behdad Esfahbod
<behdad@behdad.org>
Tue, 10 May 2011 23:57:00 +0000
(19:57 -0400)
Should have been done as part of
da975419884a535281745f30f4b32fee0bc8a7a1
src/hb-font-private.hh
patch
|
blob
|
history
diff --git
a/src/hb-font-private.hh
b/src/hb-font-private.hh
index cd74e082591888701d7eeec18d5b87d514cdfa99..3c6cc1c0d9c6deec232b950fa96478a43e0b9cf5 100644
(file)
--- a/
src/hb-font-private.hh
+++ b/
src/hb-font-private.hh
@@
-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;