mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
Make specifying an invalid font a fatal error. ticket #31
This commit is contained in:
parent
b04e6197aa
commit
671c215ae6
@ -695,6 +695,11 @@ namespace mapnik
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
std::cerr << "### FATAL: Unable to find specified font face '" << sym.get_face_name() << "'" << std::endl;
|
||||
std::exit(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
template class agg_renderer<Image32>;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user