mirror of
https://github.com/mapbox/node-fontnik.git
synced 2026-01-18 15:54:55 +00:00
Name: mapnik URL: https://github.com/mapnik/mapnik Version: 3.x License: LGPL 2.1 Description: Mapnik is an open source toolkit for developing mapping applications Local Modifications: - font_engine_freetype.hpp - Assume MAPNIK_THREADSAFE - Remove FT_Stroker - text/face_set.hpp - Split out font_face_set class from face.hpp - Replace mapnik::face_ptr with fontnik::face_ptr - text/glyph_info.hpp - Store signed distance field in std::string bitmap - Add left, top, width, height, advance, ascender and descender metrics - Set metrics directly rather than calculating from unscaled values - Add operator< overload for sorting - font_engine_freetype.cpp - More verbose error logging - Assume MAPNIK_THREADSAFE and MAPNIK_LOG - Replace mapnik::face_ptr with fontnik::face_ptr - Remove FT_Stroker - text/face_set.cpp - Split out font_face_set class from face.cpp - Replace mapnik::face_ptr with fontnik::face_ptr