{
  "classes": [
    {
      "constants": [],
      "types": [],
      "name": "@eryx/gfx/font",
      "tags": [],
      "functions": [],
      "properties": [],
      "source": {
        "path": "",
        "line": 0
      },
      "desc": "Font loading for text rendering.\n\n```luau\nlocal font = require(\"@eryx/gfx/font\")\nlocal f = font.load(\"arial.ttf\", 24)\n```\n\nThe returned Font object has methods like :measure(text) provided\nby the native metatable.\n"
    }
  ]
}