I’m trying to figure out how to scale the three.js generated fonts and i am failing.
Given some glyph, from some font.json
, which space are these numbers in, and how do they relate to each other?
The same goes for these props:
Eventually, once i get some BufferGeometry
from these values, how should i scale it to match say a div with font-size: 10px
if i’m rendering in pixel space?