It would be nice to include metadata about how the sdfs are rendered. - [font size used in the sdf](https://github.com/mapbox/node-fontnik/blob/master/src/fontnik/glyphs.cpp#L63) (currently 24) - distance units per pixel (currently 256 / 8 = 32) - shift (currently -2 \* 32 = -64) - [sdf granularity](https://github.com/mapbox/node-fontnik/blob/test-exports/src/freetype-gl/distmap.c#L113) Not urgent, but it would be nice to not hardcode these in the renderers. Explanation of how this metadata is used at https://github.com/mapbox/mapbox-gl-style-spec/issues/66#issuecomment-47080500
It would be nice to include metadata about how the sdfs are rendered.
Not urgent, but it would be nice to not hardcode these in the renderers.
Explanation of how this metadata is used at mapbox/mapbox-gl-style-spec#66 (comment)