jcmoyer / hug

A utility library for LÖVE with a focus on simplicity
Apache License 2.0
2 stars 1 forks source link

Remove fontpool #8

Closed jcmoyer closed 10 years ago

jcmoyer commented 10 years ago
  1. Functionality is replicated through hug.cache:
    • fontpool = require('hug.cache').new(love.graphics.newFont)
  2. It is limiting (e.g. you can't specify combinations of font names or sizes)
  3. It is deprecated