Closed
Description
Typography
- PFont
Loading & Displaying
- createFont()
- loadFont()
Metrics
- textAscent()
- textDescent()
**Right now this issue is called "finish implementation", but really this is a little more conceptual than just implementation. Most of the basic Processing text features are in p5.js right now, but are there others that make sense? Some that don't? I think createFont() would probably go away, but it would be nice to have a way to hook in a webfont without having to touch the html/css.