We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c131a commit ffdd1aaCopy full SHA for ffdd1aa
crates/krilla/src/object/font/cid_font.rs
@@ -256,7 +256,6 @@ impl CIDFont {
256
// For the .notdef glyph, it's fine if no mapping exists, since it is included
257
// even if it was not referenced in the text.
258
for g in 1..self.glyph_remapper.num_gids() {
259
- println!("{:?}", self.cmap_entries.get(&g));
260
match self.cmap_entries.get(&g) {
261
None => sc.register_validation_error(ValidationError::InvalidCodepointMapping(
262
self.font.clone(),
0 commit comments