Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
font-patcher: Fix crash if no roman characters
[why] When we can not detect the cell width, for example because there are no glyphs in the range of extrended-roman that we examine, the width will be zero and that will result in a crash later on (on rescaling). [how] Just abort if height or width are zero or negative. Related: #1460 Signed-off-by: Fini Jastrow <[email protected]>
- Loading branch information