Commit 005ac44
committed
ROB: AppearanceStream: Remove -1 key from font.character_map
This patch adds back some code that got removed earlier and,
at that time, did not see any test coverage. With new code
that enables adding fonts, I've finally understood that, in
some cases, a -1 key will be added to font.character_map.
This will cause an encoding failure when generating
font_glyph_byte_map.1 parent 1d8d97a commit 005ac44
1 file changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
396 | | - | |
| 396 | + | |
397 | 397 | | |
398 | | - | |
399 | | - | |
400 | | - | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
401 | 404 | | |
402 | 405 | | |
403 | 406 | | |
| |||
0 commit comments