eaburns / T

T is a work-in-progress text editor inspired by the Acme editor from Plan9.
MIT License
8 stars 1 forks source link

text: cache font faces #9

Open eaburns opened 5 years ago

eaburns commented 5 years ago

text.Face should keep a map of <ttf, dpi, size> -> font.Face, and avoid re-allocating a new face each time the same one is requested.