go-mapnik icon indicating copy to clipboard operation
go-mapnik copied to clipboard

register_fonts does not look into subdirectories

Open guillaume-000 opened this issue 7 years ago • 0 comments

mapnik_c_api.cpp line 67 : return mapnik::freetype_engine::register_fonts(path); replace with : return mapnik::freetype_engine::register_fonts(path, true);

thanks a lot ! :)

guillaume-000 avatar Jul 02 '18 12:07 guillaume-000