if (tfm->info_.checksum != afm->checksum_)
{
- String s = _f ("checksum mismatch for font file: `%s'", path.ch_C ());
- s += _f ("does not match: `%s'", tfm->path_.ch_C()); // FIXME
+ String s = _f ("checksum mismatch for font file:\n`%s'", path.ch_C ());
+ s += " " + _f ("does not match: `%s'", tfm->path_.ch_C()); // FIXME
s += "\n";
s += " TFM: " + to_str ((int) tfm->info_.checksum);
s += " AFM: " + to_str ((int) afm->checksum_);
scm_unprotect_object (val);
}
-
+
return
dynamic_cast<Tex_font_metric*> (unsmob_metrics (val));
}