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:
f7c45bc
)
Ugh. Re-enable accidentally disabled GPOS
author
Behdad Esfahbod
<behdad@behdad.org>
Thu, 11 Oct 2018 02:17:07 +0000
(22:17 -0400)
committer
Behdad Esfahbod
<behdad@behdad.org>
Thu, 11 Oct 2018 02:17:07 +0000
(22:17 -0400)
src/hb-ot-shape.cc
patch
|
blob
|
history
diff --git
a/src/hb-ot-shape.cc
b/src/hb-ot-shape.cc
index
e240523
..
75f72ed
100644
(file)
--- a/
src/hb-ot-shape.cc
+++ b/
src/hb-ot-shape.cc
@@
-834,7
+834,7
@@
hb_ot_position_complex (const hb_ot_shape_context_t *c)
}
if (c->plan->apply_gpos)
-
;//
c->plan->position (c->font, c->buffer);
+ c->plan->position (c->font, c->buffer);
else if (c->plan->apply_kerx)
hb_aat_layout_position (c->plan, c->font, c->buffer);