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:
e2a2b5b
)
[unsafe-to-break] Flag during fallback positioning
author
Behdad Esfahbod
<behdad@behdad.org>
Fri, 11 Aug 2017 03:16:15 +0000
(20:16 -0700)
committer
Behdad Esfahbod
<behdad@behdad.org>
Fri, 11 Aug 2017 03:16:15 +0000
(20:16 -0700)
src/hb-ot-shape-fallback.cc
patch
|
blob
|
history
diff --git
a/src/hb-ot-shape-fallback.cc
b/src/hb-ot-shape-fallback.cc
index ea8312b223b73784aa78f02dca0f06ebf757be06..4da53f4cc7da5e272fb0e5fc90be067160bc526b 100644
(file)
--- a/
src/hb-ot-shape-fallback.cc
+++ b/
src/hb-ot-shape-fallback.cc
@@
-307,6
+307,9
@@
position_around_base (const hb_ot_shape_plan_t *plan,
unsigned int end)
{
hb_direction_t horiz_dir = HB_DIRECTION_INVALID;
+
+ buffer->unsafe_to_break (base, end);
+
hb_glyph_extents_t base_extents;
if (!font->get_glyph_extents (buffer->info[base].codepoint,
&base_extents))