mapbox / node-fontnik

Fonts ⇢ protobuf-encoded SDF glyphs
BSD 3-Clause "New" or "Revised" License
222 stars 65 forks source link

Port to protozero #143

Open springmeyer opened 7 years ago

springmeyer commented 7 years ago

We should port the code to protozero because:

The downside to protozero is that it makes it slightly more work when you want to update the protobuf scheme. However, I think this is a fine tradeoff since the schema here for glyphs has not changed frequently so far.

This in my mind is low urgency, but a nice to have and a good starter task for someone interested in learning and using protozero more.

/cc for visibility @kkaefer @ChrisLoer @mapbox/core-tech