Inline full glyph map and refine encoding fallbacks

This commit is contained in:
Abimael Martell
2026-02-20 19:13:38 -08:00
parent 7775d35207
commit 18a01d366a
2 changed files with 4522 additions and 273 deletions
+5
View File
@@ -564,6 +564,11 @@ pub(crate) fn parse_encoding_dictionary(
}
if let Some(ch) = glyph_to_char(&glyph_name) {
encoding_map.insert(current_code, ch);
} else {
debug!(
" Differences: code=0x{:02X} glyph={:?} (unmapped)",
current_code, glyph_name
);
}
current_code = current_code.wrapping_add(1);
}
+4517 -273
View File
File diff suppressed because it is too large Load Diff