Glyph.detect_diacritic(): adjust apostrophe window.
This commit is contained in:
parent
e55b66ddd6
commit
49db236899
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ class Glyph(PageObject):
|
||||||
self.right - 5,
|
self.right - 5,
|
||||||
self.top - 5,
|
self.top - 5,
|
||||||
self.right + 5,
|
self.right + 5,
|
||||||
self.top + 5,
|
self.top + 10,
|
||||||
) and glyph.height > 3:
|
) and glyph.height > 3:
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue